MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / SectionInfo

Method SectionInfo

Bcore/src/main/cpp/Dobby/tests/catch.hpp:8921–8923  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8919namespace Catch {
8920
8921SectionInfo::SectionInfo(SourceLineInfo const &_lineInfo, std::string const &_name, std::string const &_description)
8922 : name(_name), description(_description), lineInfo(_lineInfo) {
8923}
8924
8925SectionEndInfo::SectionEndInfo(SectionInfo const &_sectionInfo, Counts const &_prevAssertions,
8926 double _durationInSeconds)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected