| 16859 | } |
| 16860 | |
| 16861 | void JunitReporter::testCaseStarting( TestCaseInfo const& testCaseInfo ) { |
| 16862 | m_okToFail = testCaseInfo.okToFail(); |
| 16863 | } |
| 16864 | |
| 16865 | bool JunitReporter::assertionEnded( AssertionStats const& assertionStats ) { |
| 16866 | if( assertionStats.assertionResult.getResultType() == ResultWas::ThrewException && !m_okToFail ) |
no test coverage detected