MCPcopy Create free account
hub / github.com/cirquit/trdrop / TestRunStats

Method TestRunStats

ext/catch.hpp:5626–5632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5624
5625 struct TestRunStats {
5626 TestRunStats( TestRunInfo const& _runInfo,
5627 Totals const& _totals,
5628 bool _aborting )
5629 : runInfo( _runInfo ),
5630 totals( _totals ),
5631 aborting( _aborting )
5632 {}
5633 virtual ~TestRunStats();
5634
5635# ifndef CATCH_CONFIG_CPP11_GENERATED_METHODS

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected