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

Method SectionEndInfo

unittests/catch.hpp:9002–9004  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9000 {}
9001
9002 SectionEndInfo::SectionEndInfo( SectionInfo const& _sectionInfo, Counts const& _prevAssertions, double _durationInSeconds )
9003 : sectionInfo( _sectionInfo ), prevAssertions( _prevAssertions ), durationInSeconds( _durationInSeconds )
9004 {}
9005
9006} // end namespace Catch
9007// end catch_section_info.cpp

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected