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

/external/guice/core/test/com/google/inject/util/
H A DOverrideModuleTest.java251 bindScope(TestScopeAnnotation.class, scope);
252 bind(String.class).in(TestScopeAnnotation.class);
289 bindScope(TestScopeAnnotation.class, scope);
290 bind(Date.class).in(TestScopeAnnotation.class);
296 bindScope(TestScopeAnnotation.class, replacementScope);
318 bindScope(TestScopeAnnotation.class, scope);
331 bindScope(TestScopeAnnotation.class, new SingleUseScope());
340 "1) The scope for @TestScopeAnnotation is bound directly and cannot be overridden.",
501 private static @interface TestScopeAnnotation {} interface in class:OverrideModuleTest

Completed in 158 milliseconds