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

Method TestGroupStats

unittests/catch.hpp:7597–7603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7595 TestCaseStats::~TestCaseStats() = default;
7596
7597 TestGroupStats::TestGroupStats( GroupInfo const& _groupInfo,
7598 Totals const& _totals,
7599 bool _aborting )
7600 : groupInfo( _groupInfo ),
7601 totals( _totals ),
7602 aborting( _aborting )
7603 {}
7604
7605 TestGroupStats::TestGroupStats( GroupInfo const& _groupInfo )
7606 : groupInfo( _groupInfo ),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected