Searched refs:MyScope (Results 1 – 2 of 2) sorted by relevance
121 bindScope(MyScope.class, Scopes.SINGLETON); in testScopesInherited()126 bind(A.class).in(MyScope.class); in testScopesInherited()223 bindScope(MyScope.class, Scopes.SINGLETON); in testScopeBoundInChildInjectorOnly()244 bindScope(MyScope.class, Scopes.SINGLETON); in testErrorInParentButOkayInChild()261 assertContains(expected.getMessage(), "No scope is bound to " + MyScope.class.getName(), in testErrorInParentAndChild()286 public @interface MyScope {} annotation in ParentInjectorTest326 @MyScope
72 class MyScope(messages.Message): class79 described = descriptor.describe_enum(MyScope.NestedEnum)