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

Method skipTest

unittests/catch.hpp:12502–12505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12500 }
12501
12502 void MultipleReporters::skipTest( TestCaseInfo const& testInfo ) {
12503 for( auto const& reporter : m_reporters )
12504 reporter->skipTest( testInfo );
12505 }
12506
12507 bool MultipleReporters::isMulti() const {
12508 return true;

Callers 1

runTestsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected