HomeSort by relevance Sort by last modified time
    Searched defs:printDefects (Results 1 - 9 of 9) sorted by null

  /external/junit/src/junit/textui/
ResultPrinter.java 49 printDefects(result.errors(), result.errorCount(), "error");
53 printDefects(result.failures(), result.failureCount(), "failure");
56 protected void printDefects(Enumeration<TestFailure> booBoos, int count, String type) {