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()
162 mNotExecutedTests = Math.max(mTotalTestsInModule - mCurrentTestNum, 0); in testRunEnded()
163 String status = mNotExecutedTests > 0 ? "failed" : "completed"; in testRunEnded()
170 mNotExecutedTests); in testRunEnded()