MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / TestRunStats

Method TestRunStats

unittests/catch.hpp:7612–7618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7610 TestGroupStats::~TestGroupStats() = default;
7611
7612 TestRunStats::TestRunStats( TestRunInfo const& _runInfo,
7613 Totals const& _totals,
7614 bool _aborting )
7615 : runInfo( _runInfo ),
7616 totals( _totals ),
7617 aborting( _aborting )
7618 {}
7619
7620 TestRunStats::~TestRunStats() = default;
7621

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected