Searched refs:testModule (Results 1 – 11 of 11) sorted by relevance
133 TestModule testModule = new TestModule(); in testWithScope() local134 Injector injector = Guice.createInjector(testModule); in testWithScope()139 testModule.setNextIntToReturn(120); in testWithScope()146 TestModule testModule = new TestModule(); in testWithAnnotation() local147 Injector injector = Guice.createInjector(testModule); in testWithAnnotation()154 TestModule testModule = new TestModule(); in testWithInjectedParameters() local155 Injector injector = Guice.createInjector(testModule); in testWithInjectedParameters()163 TestModule testModule = new TestModule(); in testWithThrownException() local164 Injector injector = Guice.createInjector(testModule); in testWithThrownException()178 TestModule testModule = new TestModule(); in testExposedMethod() local[all …]
171 private Module testModule; field in BytecodeGenTest181 testModule = new AbstractModule() { in setUp()211 Object testObject = Guice.createInjector(interceptorModule, testModule) in testProxyClassLoading()234 Object testObject = Guice.createInjector(interceptorModule, testModule) in testProxyClassUnloading()
237 final Module testModule = new AbstractModule() { in testInstancesRequestingProvidersForThemselvesWithChildInjectors() local246 Injector parentSetupRootInjector = Guice.createInjector(testModule); in testInstancesRequestingProvidersForThemselvesWithChildInjectors()255 Injector childSetupChildInjector = childSetupRootInjector.createChildInjector(testModule); in testInstancesRequestingProvidersForThemselvesWithChildInjectors()
92 testModule
15 testReader testapi testModule runtest runsuite testchar \ program168 testModule_SOURCES=testModule.c1156 ModuleTests: testModule$(EXEEXT) testdso.la1158 @(./testModule$(EXEEXT))
825 * testModule.c: patch from Florent Guiliani to fix build on4392 * testModule.c: removed mingw warnings5208 * xmlmodule.c testModule.c include/libxml/xmlmodule.h:5233 testModule.c testdso.c xml2-config.in xmllint.c xmlmodule.c
554 JavaFileObject testModule = JavaFileObjects.forSourceLines("test.TestModule", in transitiveModuleDeps() local696 testModule, in transitiveModuleDeps()
223 $(BINDIR)\testModule.exe\
220 $(BINDIR)/testModule.exe\
258 $(BINDIR)\testModule.exe\
490 def testModule(self): member in DescribeTest