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