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

Method name

tests/framework/TestCaseFactory.h:150–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150inline std::string TestCaseFactory::name() const
151{
152 std::string name = _suite_name + "/" + _test_name;
153
154 if (!_data_description.empty())
155 {
156 name += "@" + _data_description;
157 }
158
159 return name;
160}
161
162inline DatasetMode TestCaseFactory::mode() const
163{

Callers 2

runMethod · 0.45
test_infosMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected