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

Method current_suite_name

tests/framework/Framework.cpp:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192std::string Framework::current_suite_name() const
193{
194 return join(_test_suite_name.cbegin(), _test_suite_name.cend(), "/");
195}
196
197void Framework::push_suite(std::string name)
198{

Callers

nothing calls this directly

Calls 3

joinFunction · 0.70
cbeginMethod · 0.45
cendMethod · 0.45

Tested by

no test coverage detected