Searched defs:expectedType (Results 1 – 2 of 2) sorted by relevance
41 private FailureType expectedType; field in JDiffClassDescriptionTest.ExpectFailure44 public ExpectFailure(FailureType expectedType) { in ExpectFailure()
173 private void assertTestType(String expectedType, String xml) throws ParseException { in assertTestType()