Searched refs:expectedType (Results 1 – 3 of 3) sorted by relevance
41 private FailureType expectedType; field in JDiffClassDescriptionTest.ExpectFailure44 public ExpectFailure(FailureType expectedType) { in ExpectFailure() argument45 this.expectedType = expectedType; in ExpectFailure()50 if (type == expectedType) { in notifyFailure()
173 private void assertTestType(String expectedType, String xml) throws ParseException { in assertTestType() argument177 assertEquals(expectedType, def.getTestType()); in assertTestType()
75041 private java.lang.Class expectedType