Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DAllTests.java59 "testUnscopedProviderWorksOutsideOfRequestedScope(" + ScopesTest.class.getName() + ")",
103 suite.addTestSuite(ScopesTest.class); in suite()
DScopesTest.java58 public class ScopesTest extends TestCase { class
364 "at " + ScopesTest.class.getName(), getDeclaringSourcePart(getClass()), in testBindScopeTooManyTimes()