| 16724 | } |
| 16725 | |
| 16726 | void JunitReporter::testCaseStarting( TestCaseInfo const& testCaseInfo ) { |
| 16727 | m_okToFail = testCaseInfo.okToFail(); |
| 16728 | } |
| 16729 | |
| 16730 | bool JunitReporter::assertionEnded( AssertionStats const& assertionStats ) { |
| 16731 | if( assertionStats.assertionResult.getResultType() == ResultWas::ThrewException && !m_okToFail ) |
no test coverage detected