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

Method testGroupEnded

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

Source from the content-addressed store, hash-verified

8531}
8532
8533void RunContext::testGroupEnded(std::string const &testSpec, Totals const &totals, std::size_t groupIndex,
8534 std::size_t groupsCount) {
8535 m_reporter->testGroupEnded(TestGroupStats(GroupInfo(testSpec, groupIndex, groupsCount), totals, aborting()));
8536}
8537
8538Totals RunContext::runTest(TestCase const &testCase) {
8539 Totals prevTotals = m_totals;

Callers 1

runTestsFunction · 0.45

Calls 5

TestGroupStatsClass · 0.85
GroupInfoClass · 0.85
printTotalsFunction · 0.85
getElapsedSecondsMethod · 0.80
scopedElementMethod · 0.80

Tested by

no test coverage detected