Home
last modified time | relevance | path

Searched refs:suiteMethod (Results 1 – 1 of 1) sorted by relevance

/cts/tools/vm-tests-tf/build/src/util/build/
DJUnitTestCollector.java49 Method suiteMethod = allTestsClass.getDeclaredMethod("suite"); in JUnitTestCollector() local
50 test = (Test)suiteMethod.invoke(null); in JUnitTestCollector()