MCPcopy Create free account
hub / github.com/RenderKit/oidn / getDescription

Method getDescription

external/catch.hpp:16054–16056  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16052} // anon namespace
16053
16054 std::string CompactReporter::getDescription() {
16055 return "Reports test results on a single line, suitable for IDEs";
16056 }
16057
16058 void CompactReporter::noMatchingTestCases( std::string const& spec ) {
16059 stream << "No test cases matched '" << spec << '\'' << std::endl;

Callers 1

listReportersFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected