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

Method TestGroupStats

ext/catch.hpp:5600–5606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5598
5599 struct TestGroupStats {
5600 TestGroupStats( GroupInfo const& _groupInfo,
5601 Totals const& _totals,
5602 bool _aborting )
5603 : groupInfo( _groupInfo ),
5604 totals( _totals ),
5605 aborting( _aborting )
5606 {}
5607 TestGroupStats( GroupInfo const& _groupInfo )
5608 : groupInfo( _groupInfo ),
5609 aborting( false )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected