Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DITestSuiteIntegrationTest.java246 assertEquals(2, mListener.getTotalModules()); in testSimplePassRun()
288 assertEquals(2, mListener.getTotalModules()); in testSimplePassRun_withLoggedFile()
342 assertEquals(2, mListener.getTotalModules()); in testSimpleRun_withFail()
370 assertEquals(2, mListener.getTotalModules()); in testRun_incomplete()
402 assertEquals(2, mListener.getTotalModules()); in testRun_DeviceNotAvailable()
532 assertEquals(2, mListener.getTotalModules()); in testRun_sharding_firstModuleRunsAll()
575 while (mListener.getTotalModules() < 2) { in testRun_sharding_parallelRun()
581 assertEquals(2, mListener.getTotalModules()); in testRun_sharding_parallelRun()
635 assertEquals(1, mListener.getTotalModules()); in testRun_sharding_withIndex()
651 assertEquals(1, mListener.getTotalModules()); in testRun_intraModuleSharding_shard0()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DFormattedGeneratorReporter.java117 holder.totalModules = getTotalModules(); in generateResultHolder()
DSuiteResultReporter.java365 public int getTotalModules() { in getTotalModules() method in SuiteResultReporter