Home
last modified time | relevance | path

Searched refs:testModule (Results 1 – 14 of 14) sorted by relevance

/external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/
DCheckedProviderMethodsModuleTest.java131 TestModule testModule = new TestModule(); in testWithScope() local
132 Injector injector = Guice.createInjector(testModule); in testWithScope()
136 testModule.setNextIntToReturn(120); in testWithScope()
143 TestModule testModule = new TestModule(); in testWithAnnotation() local
144 Injector injector = Guice.createInjector(testModule); in testWithAnnotation()
151 TestModule testModule = new TestModule(); in testWithInjectedParameters() local
152 Injector injector = Guice.createInjector(testModule); in testWithInjectedParameters()
159 TestModule testModule = new TestModule(); in testWithThrownException() local
160 Injector injector = Guice.createInjector(testModule); in testWithThrownException()
173 TestModule testModule = new TestModule(); in testExposedMethod() local
[all …]
/external/guice/core/test/com/googlecode/guice/
DBytecodeGenTest.java163 private Module testModule; field in BytecodeGenTest
174 testModule = in setUp()
208 Guice.createInjector(interceptorModule, testModule).getInstance(proxyTestClass); in testProxyClassLoading()
236 Guice.createInjector(interceptorModule, testModule).getInstance(proxyTestClass); in testProxyClassUnloading()
/external/guice/core/test/com/google/inject/
DImplicitBindingTest.java271 final Module testModule = in testInstancesRequestingProvidersForThemselvesWithChildInjectors() local
280 Injector parentSetupRootInjector = Guice.createInjector(testModule); in testInstancesRequestingProvidersForThemselvesWithChildInjectors()
291 Injector childSetupChildInjector = childSetupRootInjector.createChildInjector(testModule); in testInstancesRequestingProvidersForThemselvesWithChildInjectors()
/external/libxml2/
D.gitignore94 testModule
DREADME.zOS54 - testapi$(EXEEXT) testModule$(EXEEXT) runtest$(EXEEXT) \
55 + testModule$(EXEEXT) runtest$(EXEEXT) \
DMakefile.am15 testReader testapi testModule runtest runsuite testchar \ program
168 testModule_SOURCES=testModule.c
1199 ModuleTests: testModule$(EXEEXT) testdso.la
1201 @(./testModule$(EXEEXT))
DChangeLog825 * testModule.c: patch from Florent Guiliani to fix build on
4392 * testModule.c: removed mingw warnings
5208 * xmlmodule.c testModule.c include/libxml/xmlmodule.h:
5233 testModule.c testdso.c xml2-config.in xmllint.c xmlmodule.c
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/
DComponentProcessorTest.java554 JavaFileObject testModule = JavaFileObjects.forSourceLines("test.TestModule", in transitiveModuleDeps() local
696 testModule, in transitiveModuleDeps()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
DProbeArrayStrategyFactoryTest.java215 public void testModule() { in testModule() method in ProbeArrayStrategyFactoryTest
/external/libxml2/win32/
DMakefile.bcb217 $(BINDIR)\testModule.exe\
DMakefile.mingw212 $(BINDIR)/testModule.exe\
DMakefile.msvc263 $(BINDIR)\testModule.exe\
/external/python/apitools/apitools/base/protorpclite/
Ddescriptor_test.py418 def testModule(self): member in DescribeTest
/external/python/cpython3/Lib/test/
Dtest_marshal.py432 def testModule(self): member in InstancingTestCase