Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DConsoleReporterTest.java82 assertEquals(4, mReporter.getCurrentTestNum()); in testResultReporting_singleModule()
95 assertEquals(4, mReporter.getCurrentTestNum()); in testResultReporting_multipleModules()
103 assertEquals(0, mReporter.getCurrentTestNum()); in testResultReporting_multipleModules()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DConsoleReporter.java233 int getCurrentTestNum() { in getCurrentTestNum() method in ConsoleReporter