Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/util/
DOverrideModuleTest.java247 final SingleUseScope scope = new SingleUseScope(); in testStandardScopeAnnotation()
285 final SingleUseScope replacementScope = new SingleUseScope(); in testOverrideScopeAnnotation()
331 bindScope(TestScopeAnnotation.class, new SingleUseScope()); in testFailsIfOverridenScopeInstanceHasBeenUsed()
503 private static class SingleUseScope implements Scope { class in OverrideModuleTest