| 12429 | } |
| 12430 | |
| 12431 | std::set<Verbosity> MultipleReporters::getSupportedVerbosities() { |
| 12432 | return std::set<Verbosity>{ }; |
| 12433 | } |
| 12434 | |
| 12435 | void MultipleReporters::noMatchingTestCases( std::string const& spec ) { |
| 12436 | for( auto const& reporter : m_reporters ) |
nothing calls this directly
no outgoing calls
no test coverage detected