MCPcopy Create free account
hub / github.com/cirquit/trdrop / addReporterName

Function addReporterName

ext/catch.hpp:5032–5032  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 ) {
5035 if( _warning == "NoAssertions" )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected