MCPcopy Create free account
hub / github.com/Profactor/cv-plot / TestRunStats

Method TestRunStats

CvPlot/ext/catch2/inc/catch.hpp:10982–10988  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10980 TestGroupStats::~TestGroupStats() = default;
10981
10982 TestRunStats::TestRunStats( TestRunInfo const& _runInfo,
10983 Totals const& _totals,
10984 bool _aborting )
10985 : runInfo( _runInfo ),
10986 totals( _totals ),
10987 aborting( _aborting )
10988 {}
10989
10990 TestRunStats::~TestRunStats() = default;
10991

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected