| 13782 | } |
| 13783 | |
| 13784 | void JunitReporter::testCaseStarting( TestCaseInfo const& testCaseInfo ) { |
| 13785 | m_okToFail = testCaseInfo.okToFail(); |
| 13786 | } |
| 13787 | |
| 13788 | bool JunitReporter::assertionEnded( AssertionStats const& assertionStats ) { |
| 13789 | if( assertionStats.assertionResult.getResultType() == ResultWas::ThrewException && !m_okToFail ) |
no test coverage detected