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