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

Method make

tests/framework/TestCaseFactory.h:193–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191
192template <typename T>
193inline std::unique_ptr<TestCase> SimpleTestCaseFactory<T>::make() const
194{
195 return std::make_unique<T>();
196}
197
198template <typename T, typename D>
199inline DataTestCaseFactory<T, D>::DataTestCaseFactory(std::string suite_name,

Callers 1

run_testMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected