| 14071 | } |
| 14072 | |
| 14073 | void JunitReporter::testCaseStarting( TestCaseInfo const& testCaseInfo ) { |
| 14074 | m_okToFail = testCaseInfo.okToFail(); |
| 14075 | } |
| 14076 | |
| 14077 | bool JunitReporter::assertionEnded( AssertionStats const& assertionStats ) { |
| 14078 | if( assertionStats.assertionResult.getResultType() == ResultWas::ThrewException && !m_okToFail ) |
no test coverage detected