Searched refs:MyScope (Results 1 – 1 of 1) 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