MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / testCaseStarting

Method testCaseStarting

Bcore/src/main/cpp/Dobby/tests/catch.hpp:12146–12148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12144}
12145
12146void JunitReporter::testCaseStarting(TestCaseInfo const &testCaseInfo) {
12147 m_okToFail = testCaseInfo.okToFail();
12148}
12149
12150bool JunitReporter::assertionEnded(AssertionStats const &assertionStats) {
12151 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