Searched refs:notExecuted (Results 1 – 5 of 5) sorted by relevance
147 int notExecuted = mTotalTestsInModule - mCurrentTestNum; in testRunEnded() local148 String status = notExecuted > 0 ? "failed" : "completed"; in testRunEnded()155 notExecuted); in testRunEnded()
126 void notExecuted(); in notExecuted() method
203 public void notExecuted() { in notExecuted() method in TestResult
233 int notExecuted = result.countResults(TestStatus.NOT_EXECUTED); in writeResults() local300 serializer.attribute(NS, NOT_EXECUTED_ATTR, Integer.toString(notExecuted)); in writeResults()
130 td.timeout, td.omitted, td.notExecuted {