Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DModuleDefinition.java498 int totalExpectedTests, in reportFinalResults() argument
502 listener.testRunStarted(getId(), totalExpectedTests); in reportFinalResults() local
526 if (totalExpectedTests != numResults) { in reportFinalResults()
530 getId(), numResults, totalExpectedTests); in reportFinalResults()