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

Method getPreferences

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

Source from the content-addressed store, hash-verified

11429}
11430
11431ReporterPreferences CompactReporter::getPreferences() const {
11432 ReporterPreferences prefs;
11433 prefs.shouldRedirectStdOut = false;
11434 return prefs;
11435}
11436
11437void CompactReporter::noMatchingTestCases(std::string const &spec) {
11438 stream << "No test cases matched '" << spec << '\'' << std::endl;

Callers 1

runCurrentTestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected