| 11637 | namespace TestCaseTracking { |
| 11638 | |
| 11639 | NameAndLocation::NameAndLocation( std::string const& _name, SourceLineInfo const& _location ) |
| 11640 | : name( _name ), |
| 11641 | location( _location ) |
| 11642 | {} |
| 11643 | |
| 11644 | ITracker::~ITracker() = default; |
| 11645 |
nothing calls this directly
no outgoing calls
no test coverage detected