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

Method print_errors_header

tests/framework/printers/JSONPrinter.cpp:131–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 *_stream << "}";
130}
131void JSONPrinter::print_errors_header()
132{
133 _errors.clear();
134 _expected_errors.clear();
135 _warnings.clear();
136 _infos.clear();
137}
138
139void JSONPrinter::print_errors_footer()
140{

Callers 1

run_testMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected