| 12256 | } |
| 12257 | |
| 12258 | void JunitReporter::testCaseStarting( TestCaseInfo const& testCaseInfo ) { |
| 12259 | m_okToFail = testCaseInfo.okToFail(); |
| 12260 | } |
| 12261 | |
| 12262 | bool JunitReporter::assertionEnded( AssertionStats const& assertionStats ) { |
| 12263 | if( assertionStats.assertionResult.getResultType() == ResultWas::ThrewException && !m_okToFail ) |
no test coverage detected