MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / testGroupStarting

Method testGroupStarting

tests/catch.hpp:10089–10091  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10087 }
10088
10089 void RunContext::testGroupStarting(std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCount) {
10090 m_reporter->testGroupStarting(GroupInfo(testSpec, groupIndex, groupsCount));
10091 }
10092
10093 void RunContext::testGroupEnded(std::string const& testSpec, Totals const& totals, std::size_t groupIndex, std::size_t groupsCount) {
10094 m_reporter->testGroupEnded(TestGroupStats(GroupInfo(testSpec, groupIndex, groupsCount), totals, aborting()));

Callers 1

runTestsFunction · 0.45

Calls 2

GroupInfoClass · 0.85
startMethod · 0.80

Tested by

no test coverage detected