Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DConsoleReporter.java53 private int mNotExecutedTests; field in ConsoleReporter
82 mNotExecutedTests = 0; in testRunStarted()
158 mNotExecutedTests = Math.max(mTotalTestsInModule - mCurrentTestNum, 0); in testRunEnded()
159 String status = mNotExecutedTests > 0 ? "failed" : "completed"; in testRunEnded()
166 mNotExecutedTests); in testRunEnded()