Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/util/
DOverrideModuleTest.java251 bindScope(TestScopeAnnotation.class, scope); in testStandardScopeAnnotation()
252 bind(String.class).in(TestScopeAnnotation.class); in testStandardScopeAnnotation()
289 bindScope(TestScopeAnnotation.class, scope); in testOverrideScopeAnnotation()
290 bind(Date.class).in(TestScopeAnnotation.class); in testOverrideScopeAnnotation()
296 bindScope(TestScopeAnnotation.class, replacementScope); in testOverrideScopeAnnotation()
318 bindScope(TestScopeAnnotation.class, scope); in testFailsIfOverridenScopeInstanceHasBeenUsed()
331 bindScope(TestScopeAnnotation.class, new SingleUseScope()); in testFailsIfOverridenScopeInstanceHasBeenUsed()
501 private static @interface TestScopeAnnotation {} annotation in OverrideModuleTest