Home
last modified time | relevance | path

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

/external/robolectric-shadows/processor/src/test/java/org/robolectric/annotation/processing/validator/
DRealObjectValidatorTest.java24 .failsToCompile() in realObjectWithoutImplements_shouldNotCompile()
34 .failsToCompile() in realObjectParameterizedMissingParameters_shouldNotCompile()
44 .failsToCompile() in realObjectParameterizedMismatch_shouldNotCompile()
54 .failsToCompile() in realObjectWithEmptyImplements_shouldNotRaiseOwnError()
64 .failsToCompile() in realObjectWithEmptyClassName_shouldNotRaiseOwnError()
73 .failsToCompile() in realObjectWithTypeMismatch_shouldNotCompile()
83 .failsToCompile() in realObjectWithClassName_typeMismatch_shouldNotCompile()
DImplementsValidatorTest.java20 .failsToCompile() in implementsWithoutClassOrClassName_shouldNotCompile()
39 .failsToCompile() in value_withClassName_shouldNotCompile()
49 .failsToCompile() in implementsWithParameterMismatch_shouldNotCompile()
59 .failsToCompile() in implementsWithMissingParameters_shouldNotCompile()
69 .failsToCompile() in implementsWithExtraParameters_shouldNotCompile()
80 .failsToCompile() in constructorShadowWithoutImplementation_shouldNotCompile()
DResetterValidatorTest.java18 .failsToCompile() in resetterWithoutImplements_shouldNotCompile()
28 .failsToCompile() in nonStaticResetter_shouldNotCompile()
38 .failsToCompile() in nonPublicResetter_shouldNotCompile()
48 .failsToCompile() in resetterWithParameters_shouldNotCompile()
DImplementationValidatorTest.java19 .failsToCompile() in implementationWithoutImplements_shouldNotCompile()
29 .failsToCompile() in implementationWithIncorrectVisibility_shouldNotCompile()
DSingleClassSubject.java49 public SingleFileClause failsToCompile() { in failsToCompile() method in SingleClassSubject
51 return new SingleFileClause(tester.failsToCompile(), source); in failsToCompile()
/external/auto/common/src/test/java/com/google/auto/common/
DSuperficialValidationTest.java54 .failsToCompile(); in missingReturnType()
75 .failsToCompile(); in missingGenericReturnType()
99 .failsToCompile(); in missingReturnTypeTypeParameter()
118 .failsToCompile(); in missingTypeParameter()
139 .failsToCompile(); in missingParameterType()
159 .failsToCompile(); in missingAnnotation()
228 .failsToCompile(); in missingWildcardBound()
247 .failsToCompile(); in missingIntersection()
276 .failsToCompile(); in invalidAnnotationValue()
DBasicAnnotationProcessorTest.java470 .failsToCompile()
488 .failsToCompile()
/external/auto/factory/src/test/java/com/google/auto/factory/processor/
DAutoFactoryProcessorTest.java194 .failsToCompile() in failsWithMixedFinals()
208 .failsToCompile() in providedButNoAutoFactory()
219 .failsToCompile() in providedOnMethodParameter()
230 .failsToCompile() in invalidCustomName()
250 .failsToCompile() in factoryExtendingAbstractClass_withConstructorParams()
272 .failsToCompile() in factoryExtendingInterface()
283 .failsToCompile() in factoryExtendingEnum()
295 .failsToCompile() in factoryExtendingFinalClass()
/external/auto/service/processor/src/test/java/com/google/auto/service/processor/
DAutoServiceProcessorTest.java64 .failsToCompile() in badMultiService()
/external/robolectric-shadows/processor/src/test/java/org/robolectric/annotation/processing/
DRobolectricProcessorTest.java95 .failsToCompile() in generatedFile_shouldComplainAboutNonStaticInnerClasses()