MCPcopy Create free account
hub / github.com/RenderKit/embree / testCaseStarting

Method testCaseStarting

tutorials/external/catch.hpp:14073–14075  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 )

Callers 1

runTestMethod · 0.45

Calls 6

trimFunction · 0.85
okToFailMethod · 0.80
tagsAsStringMethod · 0.80
showDurationsMethod · 0.80
startMethod · 0.80
ensureTagClosedMethod · 0.80

Tested by

no test coverage detected