Searched refs:TestCaseFactory (Results 1 – 7 of 7) sorted by relevance
21 class TestCaseFactory {23 TestCaseFactory(){}; in TestCaseFactory() function24 virtual ~TestCaseFactory() = default;
36 std::unordered_map<std::string, std::function<std::shared_ptr<TestBase>()>> TestCaseFactory::GetFun… in GetFunctionCase()41 std::unordered_map<std::string, std::function<std::shared_ptr<TestBase>()>> TestCaseFactory::GetPer… in GetPerformanceCase()
185 auto map = TestCaseFactory::GetFunctionCase(); in TestFunction()242 auto map = TestCaseFactory::GetPerformanceCase(); in GetPerformanceParam()
20 class TestCaseFactory {22 TestCaseFactory() = default;23 ~TestCaseFactory() {}; in ~TestCaseFactory()
131 auto testCase = TestCaseFactory::GetFunctionCpuCase(caseName); in NapiGetPixelMapWidth()164 auto testCase = TestCaseFactory::GetFunctionCpuCase(caseName); in NapiGetPixelMapHeight()179 auto testCase = TestCaseFactory::GetFunctionCpuCase(caseName); in TestFunction()192 auto testCase = TestCaseFactory::GetPerformanceCpuCase(caseName); in TestPerformance()212 for (auto map: TestCaseFactory::GetFunctionCpuCaseAll()) { in NapiGetTestNames()
266 auto testCase = TestCaseFactory::GetPerformanceCpuCase(caseName); in TestPerformanceCpu()280 auto testCase = TestCaseFactory::GetPerformanceCpuCase(caseName); in TestPerformanceGpu()294 auto testCase = TestCaseFactory::GetFunctionCpuCase(caseName); in TestFunctionCpu()308 for (auto map: TestCaseFactory::GetStabilityCpuCaseAll()) { in TestStabilityCpuInner()317 auto testCase = TestCaseFactory::GetStabilityCpuCase(caseName); in TestStabilityCpuInner()339 auto testCase = TestCaseFactory::GetFunctionCpuCase(caseName); in TestFunctionGpu()462 for (auto map: TestCaseFactory::GetFunctionCpuCaseAll()) { in GetTestNames()
533 std::shared_ptr<TestBase> TestCaseFactory::GetFunctionCpuCase(std::string caseName) in GetFunctionCpuCase()543 std::shared_ptr<TestBase> TestCaseFactory::GetPerformanceCpuCase(std::string caseName) in GetPerformanceCpuCase()553 std::shared_ptr<TestBase> TestCaseFactory::GetStabilityCpuCase(std::string caseName) in GetStabilityCpuCase()563 std::unordered_map<std::string, std::function<std::shared_ptr<TestBase>()>> TestCaseFactory::GetFun… in GetFunctionCpuCaseAll()568 std::unordered_map<std::string, std::function<std::shared_ptr<TestBase>()>> TestCaseFactory::GetSta… in GetStabilityCpuCaseAll()