MCPcopy Create free account
hub / github.com/apache/trafficserver / testGroupEnded

Method testGroupEnded

lib/catch2/catch.hpp:12739–12741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12737 }
12738
12739 void RunContext::testGroupEnded(std::string const& testSpec, Totals const& totals, std::size_t groupIndex, std::size_t groupsCount) {
12740 m_reporter->testGroupEnded(TestGroupStats(GroupInfo(testSpec, groupIndex, groupsCount), totals, aborting()));
12741 }
12742
12743 Totals RunContext::runTest(TestCase const& testCase) {
12744 Totals prevTotals = m_totals;

Callers 1

executeMethod · 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