Searched refs:assertAllErrors (Results 1 – 1 of 1) sorted by relevance
/libcore/luni/src/test/java/libcore/xml/ |
D | NormalizeTest.java | 406 errorRecorder.assertAllErrors(DOMError.SEVERITY_ERROR, "wf-invalid-character"); in testCommentContainingDoubleDash() 426 errorRecorder.assertAllErrors(DOMError.SEVERITY_WARNING, "cdata-sections-splitted"); in testSplittingCdataSectionsSplit() 439 errorRecorder.assertAllErrors(DOMError.SEVERITY_ERROR, "wf-invalid-character"); in testSplittingCdataSectionsReportError() 458 errorRecorder.assertAllErrors("For character " + c, in testInvalidCharactersCdata() 479 errorRecorder.assertAllErrors("For character " + c, in testInvalidCharactersText() 498 errorRecorder.assertAllErrors("For character " + c, in testInvalidCharactersAttribute() 519 errorRecorder.assertAllErrors("For character " + c, in testInvalidCharactersComment() 540 errorRecorder.assertAllErrors("For character " + c, in testInvalidCharactersProcessingInstructionData() 607 public void assertAllErrors(int severity, String type) { in assertAllErrors() method in NormalizeTest.ErrorRecorder 608 assertAllErrors("Expected one or more " + type + " errors", severity, type); in assertAllErrors() [all …]
|