Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DConsoleReporterTest.java83 assertEquals(4, mReporter.getTotalTestsInModule()); in testResultReporting_singleModule()
96 assertEquals(4, mReporter.getTotalTestsInModule()); in testResultReporting_multipleModules()
104 assertEquals(4, mReporter.getTotalTestsInModule()); in testResultReporting_multipleModules()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DConsoleReporter.java237 int getTotalTestsInModule() { in getTotalTestsInModule() method in ConsoleReporter