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

Method getPreferences

unittests/catch.hpp:11517–11521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11515 }
11516
11517 ReporterPreferences CompactReporter::getPreferences() const {
11518 ReporterPreferences prefs;
11519 prefs.shouldRedirectStdOut = false;
11520 return prefs;
11521 }
11522
11523 void CompactReporter::noMatchingTestCases( std::string const& spec ) {
11524 stream << "No test cases matched '" << spec << '\'' << std::endl;

Callers 1

runCurrentTestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected