MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / testCaseStarting

Method testCaseStarting

deps/Catch/catch.hpp:16726–16728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 )

Callers 1

runTestMethod · 0.45

Calls 6

okToFailMethod · 0.80
tagsAsStringMethod · 0.80
showDurationsMethod · 0.80
ensureTagClosedMethod · 0.80
trimFunction · 0.70
startMethod · 0.45

Tested by

no test coverage detected