| 16884 | } |
| 16885 | |
| 16886 | void JunitReporter::testCaseStarting( TestCaseInfo const& testCaseInfo ) { |
| 16887 | m_okToFail = testCaseInfo.okToFail(); |
| 16888 | } |
| 16889 | |
| 16890 | bool JunitReporter::assertionEnded( AssertionStats const& assertionStats ) { |
| 16891 | if( assertionStats.assertionResult.getResultType() == ResultWas::ThrewException && !m_okToFail ) |
no test coverage detected