Searched refs:booBoos (Results 1 – 1 of 1) sorted by relevance
51 protected void printDefects(Enumeration<TestFailure> booBoos, int count, String type) { in printDefects() argument58 for (int i = 1; booBoos.hasMoreElements(); i++) { in printDefects()59 printDefect(booBoos.nextElement(), i); in printDefects()