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

Method SectionInfo

unittests/catch.hpp:8993–9000  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8991namespace Catch {
8992
8993 SectionInfo::SectionInfo
8994 ( SourceLineInfo const& _lineInfo,
8995 std::string const& _name,
8996 std::string const& _description )
8997 : name( _name ),
8998 description( _description ),
8999 lineInfo( _lineInfo )
9000 {}
9001
9002 SectionEndInfo::SectionEndInfo( SectionInfo const& _sectionInfo, Counts const& _prevAssertions, double _durationInSeconds )
9003 : sectionInfo( _sectionInfo ), prevAssertions( _prevAssertions ), durationInSeconds( _durationInSeconds )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected