Searched refs:errorCount (Results 1 – 4 of 4) sorted by relevance
119 int oldCount = errorCount; in run()132 writeTestResult(errorCount - oldCount); in run()135 writeTestResult(errorCount); in run()147 System.exit(errorCount); in run()149 if (errorCount > 0) { in run()150 throw new IllegalArgumentException("encountered " + errorCount + " errors"); in run()191 errorCount++; in errImpl()205 return errorCount; in getErrorCount()271 private int errorCount; field in IntlTest
88 private int errorCount; field in JAXPDOMTestDocumentBuilderFactory.LoadErrorHandler92 errorCount = 0; in LoadErrorHandler()97 errorCount++; in error()
196 private int errorCount; field in DOMTestCase.LoadErrorHandler202 errorCount = 0; in LoadErrorHandler()207 errorCount++; in error()
976 private int errorCount; field in DocumentBuilderFactoryTest.ValidationErrorHandler982 errorCount = 0; in ValidationErrorHandler()987 errorCount++; in error()