Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DITestSuiteIntegrationTest.java249 assertEquals(2, mListener.getTotalModules()); in testSimplePassRun()
291 assertEquals(2, mListener.getTotalModules()); in testSimplePassRun_withLoggedFile()
345 assertEquals(2, mListener.getTotalModules()); in testSimpleRun_withFail()
373 assertEquals(2, mListener.getTotalModules()); in testRun_incomplete()
405 assertEquals(2, mListener.getTotalModules()); in testRun_DeviceNotAvailable()
535 assertEquals(2, mListener.getTotalModules()); in testRun_sharding_firstModuleRunsAll()
578 while (mListener.getTotalModules() < 2) { in testRun_sharding_parallelRun()
584 assertEquals(2, mListener.getTotalModules()); in testRun_sharding_parallelRun()
641 assertEquals(1, mListener.getTotalModules()); in testRun_sharding_withIndex()
657 assertEquals(1, mListener.getTotalModules()); in testRun_intraModuleSharding_shard0()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DFormattedGeneratorReporter.java134 holder.totalModules = getTotalModules(); in generateResultHolder()
DSuiteResultReporter.java376 public int getTotalModules() { in getTotalModules() method in SuiteResultReporter