MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / testGroupStarting

Method testGroupStarting

Source/ThirdParty/catch2/catch.hpp:12728–12730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12726 }
12727
12728 void RunContext::testGroupStarting(std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCount) {
12729 m_reporter->testGroupStarting(GroupInfo(testSpec, groupIndex, groupsCount));
12730 }
12731
12732 void RunContext::testGroupEnded(std::string const& testSpec, Totals const& totals, std::size_t groupIndex, std::size_t groupsCount) {
12733 m_reporter->testGroupEnded(TestGroupStats(GroupInfo(testSpec, groupIndex, groupsCount), totals, aborting()));

Callers 1

executeMethod · 0.45

Calls 3

GroupInfoClass · 0.70
startMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected