Home
last modified time | relevance | path

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

/cts/tools/vm-tests-tf/build/src/util/build/
DJUnitTestCollector.java31 public final int testMethodsCnt; field in JUnitTestCollector
83 testMethodsCnt = counters.a; in JUnitTestCollector()
DBuildUtilBase.java59 System.out.println("collected " + tests.testMethodsCnt + " test methods in " + in handleTests()