Searched refs:testCount (Results 1 – 6 of 6) sorted by relevance
71 int testCount = 0; in main() local75 testCount++; in main()87 t->name, i, testCount); in main()104 printf("All %d test(s) passed\n", testCount); in main()106 printf("Tests failed: (%d of %d)\n", failed, testCount); in main()
14 public void testRunStarted(String testSuiteName, int testCount); in testRunStarted() argument
249 int32_t testCount = get_bundle_int(results, &found, "numtests", NULL); in OnTestStatus() local251 testCount = -1; in OnTestStatus()274 if (testCount > 0) { in OnTestStatus()275 line << " of " << testCount; in OnTestStatus()
264 public int testCount() {
33 public void testCount() throws Exception { in testCount() method in BatteryStatsStopwatchTimerTest
229 method public int testCount();