Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/hilt/android/processor/internal/aggregateddeps/
DTestInstallInTest.java34 JavaFileObject testInstallInModule = in testMissingValues() local
45 Compilation compilation = compiler().compile(testInstallInModule); in testMissingValues()
52 .inFile(testInstallInModule) in testMissingValues()
70 JavaFileObject testInstallInModule = in testEmptyComponentValues() local
81 Compilation compilation = compiler().compile(installInModule, testInstallInModule); in testEmptyComponentValues()
94 JavaFileObject testInstallInModule = in testEmptyReplacesValues() local
106 Compilation compilation = compiler().compile(testInstallInModule); in testEmptyReplacesValues()
131 JavaFileObject testInstallInModule = in testMissingModuleAnnotation() local
144 Compilation compilation = compiler().compile(installInModule, testInstallInModule); in testMissingModuleAnnotation()
151 .inFile(testInstallInModule) in testMissingModuleAnnotation()
[all …]