Searched refs:allTestsClass (Results 1 – 1 of 1) sorted by relevance
48 Class<?> allTestsClass = loader.loadClass("dot.junit.AllTests"); in JUnitTestCollector() local49 Method suiteMethod = allTestsClass.getDeclaredMethod("suite"); in JUnitTestCollector()