Home
last modified time | relevance | path

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

/external/robolectric-shadows/processor/src/test/java/org/robolectric/annotation/processing/validator/
DRealObjectValidatorTest.java55 .withNoErrorContaining("@RealObject"); in realObjectWithEmptyImplements_shouldNotRaiseOwnError()
65 .withNoErrorContaining("@RealObject"); in realObjectWithEmptyClassName_shouldNotRaiseOwnError()
DSingleClassSubject.java77 public SingleFileClause withNoErrorContaining(final String messageFragment) { in withNoErrorContaining() method in SingleClassSubject.SingleFileClause