Searched refs:errors (Results 1 – 5 of 5) sorted by relevance
29 private final List errors = new ArrayList(); field in DOMErrorMonitor44 errors.add(new DOMErrorImpl(error)); in handleError()54 return new ArrayList(errors); in getAllErrors()58 Iterator iter = errors.iterator(); in assertLowerSeverity()
456 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors); in testInvalidCharactersCdata()477 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors); in testInvalidCharactersText()496 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors); in testInvalidCharactersAttribute()517 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors); in testInvalidCharactersComment()538 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors); in testInvalidCharactersProcessingInstructionData()600 private final List<DOMError> errors = new ArrayList<DOMError>(); field in NormalizeTest.ErrorRecorder603 errors.add(error); in handleError()612 assertFalse(message, errors.isEmpty()); in assertAllErrors()613 for (DOMError error : errors) { in assertAllErrors()617 errors.clear(); in assertAllErrors()
103 int errors = 0; in test_handleEarlyEOFChar_1() local111 assertEquals(0, errors); in test_handleEarlyEOFChar_1()
32 description: "ignore compilation errors due to different available APIs",34 failure: "ignore compilation errors",
META-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...