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

Method TestCaseStats

ext/catch.hpp:5572–5582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5570
5571 struct TestCaseStats {
5572 TestCaseStats( TestCaseInfo const& _testInfo,
5573 Totals const& _totals,
5574 std::string const& _stdOut,
5575 std::string const& _stdErr,
5576 bool _aborting )
5577 : testInfo( _testInfo ),
5578 totals( _totals ),
5579 stdOut( _stdOut ),
5580 stdErr( _stdErr ),
5581 aborting( _aborting )
5582 {}
5583 virtual ~TestCaseStats();
5584
5585# ifdef CATCH_CONFIG_CPP11_GENERATED_METHODS

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected