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

Method print_test_info

tests/framework/Framework.cpp:222–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222void Framework::print_test_info(std::ostream &os) const
223{
224 if (!_test_info.empty())
225 {
226 os << "CONTEXT:\n";
227
228 for (const auto &str : _test_info)
229 {
230 os << " " << str << "\n";
231 }
232 }
233}
234
235void Framework::add_test_warning(std::string warning)
236{

Callers 1

ARM_COMPUTE_PRINT_INFOFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected