MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / getDescription

Method getDescription

Source/ThirdParty/catch2/catch.hpp:16058–16060  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

listReportersFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected