Searched defs:testScope (Results 1 - 3 of 3) sorted by relevance

/external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/
H A DCheckedProviderMethodsModuleTest.java54 private final TestScope testScope = new TestScope(); field in class:CheckedProviderMethodsModuleTest
71 bindScope(TestScope.Scoped.class, testScope);
141 testScope.beginNewScope();
H A DThrowingProviderTest.java66 private final TestScope testScope = new TestScope(); field in class:ThrowingProviderTest
72 .in(testScope);
79 .in(testScope);
85 bindScope(TestScope.Scoped.class, testScope);
154 testScope.beginNewScope();
H A DCheckedProviderTest.java85 private final TestScope testScope = new TestScope(); field in class:CheckedProviderTest
104 .in(testScope);
111 .in(testScope);
120 bindScope(TestScope.Scoped.class, testScope);
146 .in(testScope);
153 .in(testScope);
214 testScope.beginNewScope();
225 testScope.beginNewScope();

Completed in 140 milliseconds