Searched defs:count_failures (Results 1 – 2 of 2) sorted by relevance
72 def count_failures(self): member in TestSuiteReport
258 …Relation<Long, String> count_failures = Relation.of(new TreeMap<Long, Set<String>>(), TreeSet.clas… in main() local