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

Class NameAndLocation

unittests/catch.hpp:4441–4446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4439namespace TestCaseTracking {
4440
4441 struct NameAndLocation {
4442 std::string name;
4443 SourceLineInfo location;
4444
4445 NameAndLocation( std::string const& _name, SourceLineInfo const& _location );
4446 };
4447
4448 struct ITracker;
4449

Callers 3

runTestMethod · 0.85
sectionStartedMethod · 0.85
catch.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected