Home
last modified time | relevance | path

Searched refs:testModule (Results 1 – 19 of 19) 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/dagger2/javatests/dagger/internal/codegen/
DMembersInjectionValidationTest.java289 Compilation compilation = daggerCompiler().compile(component, testModule); in memberInjectionForKotlinObjectFails()
309 Compilation compilation = daggerCompiler().compile(component, testModule); in setterMemberInjectionForKotlinObjectFails()
330 Compilation compilation = daggerCompiler().compile(component, testModule); in memberInjectionForKotlinClassWithCompanionObjectFails()
350 Compilation compilation = daggerCompiler().compile(component, testModule); in setterMemberInjectionForKotlinClassWithCompanionObjectFails()
372 Compilation compilation = daggerCompiler().compile(component, testModule); in memberInjectionForKotlinClassWithNamedCompanionObjectFails()
393 Compilation compilation = daggerCompiler().compile(component, testModule); in setterMemberInjectionForKotlinClassWithNamedCompanionObjectFails()
399 private final JavaFileObject testModule = field in MembersInjectionValidationTest
DBindsInstanceValidationTest.java33 JavaFileObject testModule = in bindsInstanceInModule() local
45 Compilation compilation = daggerCompiler().compile(testModule); in bindsInstanceInModule()
DComponentValidationTest.java176 JavaFileObject testModule = in moduleInDependencies() local
197 Compilation compilation = daggerCompiler().compile(testModule, testComponent); in moduleInDependencies()
DComponentProcessorTest.java637 JavaFileObject testModule = JavaFileObjects.forSourceLines("test.TestModule", in transitiveModuleDeps() local
753 testModule, in transitiveModuleDeps()
2344 JavaFileObject testModule = in privateMethodUsedOnlyInChildDoesNotUseQualifiedThis() local
2386 Compilation compilation = daggerCompiler().compile(parent, testModule, child); in privateMethodUsedOnlyInChildDoesNotUseQualifiedThis()
2416 JavaFileObject testModule = in componentMethodInChildCallsComponentMethodInParent() local
2459 Compilation compilation = daggerCompiler().compile(supertype, parent, testModule, child); in componentMethodInChildCallsComponentMethodInParent()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/
DTestTreeWithType.java123 …SimpleModule testModule = new SimpleModule("MyModule", new Version(1, 0, 0, null, "TEST", "TEST")); in testIssue353() local
124 testModule.addDeserializer(SavedCookie.class, new SavedCookieDeserializer()); in testIssue353()
125 mapper.registerModule(testModule); in testIssue353()
/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/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/jdk/
DArrayDeserializationTest.java579 SimpleModule testModule = new SimpleModule("test", Version.unknownVersion());
580testModule.addDeserializer(NonDeserializable[].class, new CustomNonDeserArrayDeserializer());
581 mapper.registerModule(testModule);
/external/libxml2/
D.gitignore99 testModule
DREADME.zOS54 - testapi$(EXEEXT) testModule$(EXEEXT) runtest$(EXEEXT) \
55 + testModule$(EXEEXT) runtest$(EXEEXT) \
DMakefile.am15 testReader testapi testModule runtest runsuite testchar \ program
164 testModule_SOURCES=testModule.c
1201 ModuleTests: testModule$(EXEEXT) testdso.la
1203 @(./testModule$(EXEEXT))
DCMakeLists.txt563 testModule
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/libxml2/win32/
DMakefile.mingw212 $(BINDIR)/testModule.exe\
DMakefile.bcb217 $(BINDIR)\testModule.exe\
DMakefile.msvc268 $(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.py464 def testModule(self): member in InstancingTestCase