MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / getSupportedVerbosities

Method getSupportedVerbosities

unittests/catch.hpp:12431–12433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected