Home
last modified time | relevance | path

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

/external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/
DCheckedProviderMethodsModuleTest.java54 private final TestScope testScope = new TestScope();
71 bindScope(TestScope.Scoped.class, testScope); in configure()
81 @CheckedProvides(RpcProvider.class) @TestScope.Scoped
DThrowingProviderTest.java66 private final TestScope testScope = new TestScope();
85 bindScope(TestScope.Scoped.class, testScope);
90 @TestScope.Scoped
98 @TestScope.Scoped
DTestScope.java35 class TestScope implements Scope { class
DCheckedProviderTest.java85 private final TestScope testScope = new TestScope();
120 bindScope(TestScope.Scoped.class, testScope); in setUp()
125 @TestScope.Scoped in setUp()
133 @TestScope.Scoped in setUp()
/external/guice/core/test/com/googlecode/guice/
DJsr330Test.java116 final TestScope scope = new TestScope(); in testScopeAnnotation()
406 static class TestScope implements Scope { class in Jsr330Test