Searched refs:CompilerTests (Results 1 – 8 of 8) sorted by relevance
25 import dagger.testing.compile.CompilerTests;72 CompilerTests.compiler().withProcessors(new AggregatedDepsProcessor()).compile(source); in reportMultipleAnnotationTypeKindErrors()113 CompilerTests.compiler().withProcessors(new AggregatedDepsProcessor()).compile(module); in testInvalidComponentInInstallInAnnotation()137 CompilerTests.compiler().withProcessors(new AggregatedDepsProcessor()).compile(source); in testMissingInstallInAnnotation()167 CompilerTests.compiler().withProcessors(new AggregatedDepsProcessor()).compile(source); in testNoErrorOnDaggerGeneratedModules()199 CompilerTests.compiler().withProcessors(new AggregatedDepsProcessor()).compile(source); in testModuleWithOnlyParamConstructor_fails()224 CompilerTests.compiler().withProcessors(new AggregatedDepsProcessor()).compile(source); in testInnerModule()254 CompilerTests.compiler().withProcessors(new AggregatedDepsProcessor()).compile(source); in testInnerModuleInTest()282 CompilerTests.compiler().withProcessors(new AggregatedDepsProcessor()).compile(source); in testInnerModuleInTest_succeeds()
32 import dagger.testing.compile.CompilerTests;50 return CompilerTests.compiler().withProcessors(processors.values()); in compiler()59 .add(CompilerTests.compilerDepsJar()) in kotlinCompiler()
23 import dagger.testing.compile.CompilerTests;51 CompilerTests.compiler() in testIllegalCombinationInstallIn()
36 public final class CompilerTests { class37 private CompilerTests() {} in CompilerTests() method in CompilerTests
25 srcs = ["CompilerTests.java"],
55 # Add a dep to allow usage of CompilerTests.
55 "CompilerTests.cpp",
47 CompilerTests.cpp