MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / print_test_header

Method print_test_header

tests/framework/printers/JSONPrinter.cpp:102–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void JSONPrinter::print_test_header(const TestInfo &info)
103{
104 print_separator(_first_test);
105
106 _first_test_entry = true;
107 *_stream << R"(")" << info.name << R"(" : {)";
108}
109
110void JSONPrinter::print_test_footer()
111{

Callers 2

log_test_startMethod · 0.45
print_test_resultsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected