Searched refs:testCases (Results 1 – 1 of 1) sorted by relevance
2809 Counts testCases; member12534 m_totals.testCases += deltaTotals.testCases; in runTest()12718 m_totals.testCases.failed++; in handleFatalErrorCondition()14984 diff.testCases = testCases - other.testCases; in operator -()14990 testCases += other.testCases; in operator +=()14997 ++diff.testCases.failed; in delta()15001 ++diff.testCases.passed; in delta()15520 } else if (totals.testCases.failed == totals.testCases.total()) { in printTotals()16415 std::size_t failedRatio = makeRatio(totals.testCases.failed, totals.testCases.total()); in printTotalsDivider()16416 … std::size_t failedButOkRatio = makeRatio(totals.testCases.failedButOk, totals.testCases.total()); in printTotalsDivider()[all …]