Searched refs:testEnum (Results 1 – 1 of 1) sorted by relevance
119 Enumeration<Test> testEnum = testSuite.tests(); in runChild() local120 while (testEnum.hasMoreElements()) { in runChild()121 Test t = testEnum.nextElement(); in runChild()