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

Method print_error

tests/framework/printers/JSONPrinter.cpp:160–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160void JSONPrinter::print_error(const std::exception &error, bool expected)
161{
162 if (expected)
163 {
164 _expected_errors.emplace_back(error.what());
165 }
166 else
167 {
168 _errors.emplace_back(error.what());
169 }
170}
171
172void JSONPrinter::print_warning(const std::string &warning)
173{

Callers 3

run_testMethod · 0.45
catchFunction · 0.45

Calls 1

whatMethod · 0.45

Tested by

no test coverage detected