| 16875 | } |
| 16876 | |
| 16877 | void JunitReporter::testCaseStarting( TestCaseInfo const& testCaseInfo ) { |
| 16878 | m_okToFail = testCaseInfo.okToFail(); |
| 16879 | } |
| 16880 | |
| 16881 | bool JunitReporter::assertionEnded( AssertionStats const& assertionStats ) { |
| 16882 | if( assertionStats.assertionResult.getResultType() == ResultWas::ThrewException && !m_okToFail ) |
no test coverage detected