| 5029 | } |
| 5030 | inline void addTestOrTags( ConfigData& config, std::string const& _testSpec ) { config.testsOrTags.push_back( _testSpec ); } |
| 5031 | inline void addSectionToRun( ConfigData& config, std::string const& sectionName ) { config.sectionsToRun.push_back( sectionName ); } |
| 5032 | inline void addReporterName( ConfigData& config, std::string const& _reporterName ) { config.reporterNames.push_back( _reporterName ); } |
| 5033 | |
| 5034 | inline void addWarning( ConfigData& config, std::string const& _warning ) { |
nothing calls this directly
no outgoing calls
no test coverage detected