Searched refs:SingleUseScope (Results 1 – 1 of 1) sorted by relevance
247 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