MCPcopy Create free account
hub / github.com/apache/trafficserver / getDescription

Method getDescription

lib/catch2/catch.hpp:16065–16067  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16063} // anon namespace
16064
16065 std::string CompactReporter::getDescription() {
16066 return "Reports test results on a single line, suitable for IDEs";
16067 }
16068
16069 void CompactReporter::noMatchingTestCases( std::string const& spec ) {
16070 stream << "No test cases matched '" << spec << '\'' << std::endl;

Callers 1

listReportersFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected