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

Method TestCaseRegistrar

tests/framework/Registrars.h:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78template <typename T>
79inline TestCaseRegistrar<T>::TestCaseRegistrar(std::string test_name, DatasetMode mode, TestCaseFactory::Status status)
80{
81 Framework::get().add_test_case<T>(std::move(test_name), mode, status);
82}
83
84template <typename T>
85template <typename D>

Callers

nothing calls this directly

Calls 3

beginMethod · 0.45
sizeMethod · 0.45
descriptionMethod · 0.45

Tested by

no test coverage detected