| 7537 | IConfigPtr ReporterConfig::fullConfig() const { return m_fullConfig; } |
| 7538 | |
| 7539 | TestRunInfo::TestRunInfo( std::string const& _name ) : name( _name ) {} |
| 7540 | |
| 7541 | GroupInfo::GroupInfo( std::string const& _name, |
| 7542 | std::size_t _groupIndex, |
nothing calls this directly
no outgoing calls
no test coverage detected