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

Method NameAndLocation

unittests/catch.hpp:10101–10104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10099namespace TestCaseTracking {
10100
10101 NameAndLocation::NameAndLocation( std::string const& _name, SourceLineInfo const& _location )
10102 : name( _name ),
10103 location( _location )
10104 {}
10105
10106 ITracker::~ITracker() = default;
10107

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected