| 8725 | IConfigPtr ReporterConfig::fullConfig() const { return m_fullConfig; } |
| 8726 | |
| 8727 | TestRunInfo::TestRunInfo( std::string const& _name ) : name( _name ) {} |
| 8728 | |
| 8729 | GroupInfo::GroupInfo( std::string const& _name, |
| 8730 | std::size_t _groupIndex, |
nothing calls this directly
no outgoing calls
no test coverage detected