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

Method getSupportedVerbosities

unittests/catch.hpp:3886–3888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3884 }
3885
3886 static std::set<Verbosity> getSupportedVerbosities() {
3887 return { Verbosity::Normal };
3888 }
3889
3890 void testRunStarting( TestRunInfo const& ) override {}
3891 void testGroupStarting( GroupInfo const& ) override {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected