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

Method print_error

tests/framework/printers/PrettyPrinter.cpp:110–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void PrettyPrinter::print_error(const std::exception &error, bool expected)
111{
112 std::string prefix = expected ? "EXPECTED ERROR: " : "ERROR: ";
113 *_stream << begin_color("1") << prefix << error.what() << end_color() << "\n";
114}
115
116void PrettyPrinter::print_list_tests(const std::vector<TestInfo> &infos)
117{

Callers

nothing calls this directly

Calls 1

whatMethod · 0.45

Tested by

no test coverage detected