MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / testCaseStarting

Method testCaseStarting

extern/Catch2/catch.hpp:16886–16888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16884 }
16885
16886 void JunitReporter::testCaseStarting( TestCaseInfo const& testCaseInfo ) {
16887 m_okToFail = testCaseInfo.okToFail();
16888 }
16889
16890 bool JunitReporter::assertionEnded( AssertionStats const& assertionStats ) {
16891 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
ensureTagClosedMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected