Searched refs:aggregateStatus (Results 1 – 1 of 1) sorted by relevance
291 TestCaseResult aggregateStatus = TestCaseResult.UNKNOWN_RESULT; in processReport() local308 if (aggregateStatus == TestCaseResult.UNKNOWN_RESULT) { in processReport()309 aggregateStatus = TestCaseResult.TEST_CASE_RESULT_PASS; in processReport()312 aggregateStatus = TestCaseResult.TEST_CASE_RESULT_FAIL; in processReport()408 String icon = "<div class='status-icon " + aggregateStatus.toString() + "'> </div>"; in processReport()