Searched refs:TestScope (Results 1 – 5 of 5) sorted by relevance
54 private final TestScope testScope = new TestScope();71 bindScope(TestScope.Scoped.class, testScope); in configure()81 @CheckedProvides(RpcProvider.class) @TestScope.Scoped
66 private final TestScope testScope = new TestScope();85 bindScope(TestScope.Scoped.class, testScope);90 @TestScope.Scoped98 @TestScope.Scoped
35 class TestScope implements Scope { class
85 private final TestScope testScope = new TestScope();120 bindScope(TestScope.Scoped.class, testScope); in setUp()125 @TestScope.Scoped in setUp()133 @TestScope.Scoped in setUp()
116 final TestScope scope = new TestScope(); in testScopeAnnotation()406 static class TestScope implements Scope { class in Jsr330Test