| 12144 | } |
| 12145 | |
| 12146 | void JunitReporter::testCaseStarting(TestCaseInfo const &testCaseInfo) { |
| 12147 | m_okToFail = testCaseInfo.okToFail(); |
| 12148 | } |
| 12149 | |
| 12150 | bool JunitReporter::assertionEnded(AssertionStats const &assertionStats) { |
| 12151 | if (assertionStats.assertionResult.getResultType() == ResultWas::ThrewException && !m_okToFail) |
no test coverage detected