Lines Matching refs:compile
19 import static com.google.testing.compile.CompilationSubject.assertThat;
24 import com.google.testing.compile.Compilation;
25 import com.google.testing.compile.JavaFileObjects;
84 Compilation compilation = daggerCompiler().compile(MODULE_WITH_ERRORS); in moduleWithErrors_validationTypeNone()
92 .compile(MODULE_WITH_ERRORS); in moduleWithErrors_validationTypeError()
108 .compile(MODULE_WITH_ERRORS); in moduleWithErrors_validationTypeWarning()
134 daggerCompiler().compile(MODULE_WITH_ERRORS, INCLUDES_MODULE_WITH_ERRORS); in includesModuleWithErrors_validationTypeNone()
142 .compile(MODULE_WITH_ERRORS, INCLUDES_MODULE_WITH_ERRORS); in includesModuleWithErrors_validationTypeError()
163 .compile(MODULE_WITH_ERRORS, INCLUDES_MODULE_WITH_ERRORS); in includesModuleWithErrors_validationTypeWarning()
226 Compilation compilation = daggerCompiler().compile(A_MODULE, COMBINED_WITH_A_MODULE_HAS_ERRORS); in moduleIncludingModuleWithCombinedErrors_validationTypeNone()
235 .compile(A_MODULE, COMBINED_WITH_A_MODULE_HAS_ERRORS); in moduleIncludingModuleWithCombinedErrors_validationTypeError()
251 .compile(A_MODULE, COMBINED_WITH_A_MODULE_HAS_ERRORS); in moduleIncludingModuleWithCombinedErrors_validationTypeWarning()
318 Compilation compilation = daggerCompiler().compile(SUBCOMPONENT_WITH_ERRORS, A_MODULE); in subcomponentWithErrors_validationTypeNone()
327 .compile(SUBCOMPONENT_WITH_ERRORS, A_MODULE); in subcomponentWithErrors_validationTypeError()
343 .compile(SUBCOMPONENT_WITH_ERRORS, A_MODULE); in subcomponentWithErrors_validationTypeWarning()
370 .compile(MODULE_WITH_SUBCOMPONENT_WITH_ERRORS, SUBCOMPONENT_WITH_ERRORS, A_MODULE); in moduleWithSubcomponentWithErrors_validationTypeNone()
379 .compile(MODULE_WITH_SUBCOMPONENT_WITH_ERRORS, SUBCOMPONENT_WITH_ERRORS, A_MODULE); in moduleWithSubcomponentWithErrors_validationTypeError()
401 .compile(MODULE_WITH_SUBCOMPONENT_WITH_ERRORS, SUBCOMPONENT_WITH_ERRORS, A_MODULE); in moduleWithSubcomponentWithErrors_validationTypeWarning()
469 daggerCompiler().compile(COMBINED_WITH_A_SUBCOMPONENT_HAS_ERRORS, A_SUBCOMPONENT, A_MODULE); in moduleWithSubcomponentWithCombinedErrors_validationTypeNone()
478 .compile(COMBINED_WITH_A_SUBCOMPONENT_HAS_ERRORS, A_SUBCOMPONENT, A_MODULE); in moduleWithSubcomponentWithCombinedErrors_validationTypeError()
494 .compile(COMBINED_WITH_A_SUBCOMPONENT_HAS_ERRORS, A_SUBCOMPONENT, A_MODULE); in moduleWithSubcomponentWithCombinedErrors_validationTypeWarning()
512 .compile(MODULE_WITH_ERRORS); in bothAliasesDifferentValues()
530 .compile(MODULE_WITH_ERRORS); in bothAliasesSameValue()