Home
last modified time | relevance | path

Searched refs:m_singleton (Results 1 – 4 of 4) sorted by relevance

/external/testng/src/test/java/test/guice/
DGuice1Test.java15 ISingleton m_singleton; field in Guice1Test
19 m_singleton.doSomething(); in singletonShouldWork()
20 m_object = m_singleton; in singletonShouldWork()
DGuiceInheritanceTest.java10 ISingleton m_singleton; field in GuiceInheritanceTest
14 m_singleton.doSomething(); in singletonShouldWork()
DGuiceModuleFactoryTest.java12 ISingleton m_singleton; field in GuiceModuleFactoryTest
16 m_singleton.doSomething(); in singletonShouldWork()
DGuice2Test.java15 ISingleton m_singleton; field in Guice2Test
19 m_object = m_singleton; in singletonShouldWork()