| 10099 | namespace 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 |
nothing calls this directly
no outgoing calls
no test coverage detected