Home
last modified time | relevance | path

Searched refs:MyScope (Results 1 – 1 of 1) sorted by relevance

/external/guice/core/test/com/google/inject/
DParentInjectorTest.java121 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 ParentInjectorTest
326 @MyScope