MCPcopy Create free account
hub / github.com/RenderKit/oidn / TestRunStats

Method TestRunStats

external/catch.hpp:11144–11150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11142 TestGroupStats::~TestGroupStats() = default;
11143
11144 TestRunStats::TestRunStats( TestRunInfo const& _runInfo,
11145 Totals const& _totals,
11146 bool _aborting )
11147 : runInfo( _runInfo ),
11148 totals( _totals ),
11149 aborting( _aborting )
11150 {}
11151
11152 TestRunStats::~TestRunStats() = default;
11153

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected