MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / getSupportedVerbosities

Method getSupportedVerbosities

tests/catch.hpp:12792–12794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12790 :StreamingReporterBase(_config) {}
12791
12792 std::set<Verbosity> TestEventListenerBase::getSupportedVerbosities() {
12793 return { Verbosity::Quiet, Verbosity::Normal, Verbosity::High };
12794 }
12795
12796 void TestEventListenerBase::assertionStarting(AssertionInfo const &) {}
12797

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected