MCPcopy Create free account
hub / github.com/catchorg/Catch2 / noMatchingTestCases

Method noMatchingTestCases

extras/catch_amalgamated.cpp:9380–9382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9378 }
9379
9380 void CompactReporter::noMatchingTestCases( StringRef unmatchedSpec ) {
9381 m_stream << "No test cases matched '" << unmatchedSpec << "'\n";
9382 }
9383
9384 void CompactReporter::testRunStarting( TestRunInfo const& ) {
9385 if ( m_config->testSpec().hasFilters() ) {

Callers 1

executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected