MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / skipTest

Method skipTest

Bcore/src/main/cpp/Dobby/tests/catch.hpp:12417–12422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12415}
12416
12417void ListeningReporter::skipTest(TestCaseInfo const &testInfo) {
12418 for (auto const &listener : m_listeners) {
12419 listener->skipTest(testInfo);
12420 }
12421 m_reporter->skipTest(testInfo);
12422}
12423
12424bool ListeningReporter::isMulti() const {
12425 return true;

Callers 1

runTestsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected