Searched refs:TestParam (Results 1 – 2 of 2) sorted by relevance
439 using TestParam = std::pair<std::string, const TestModel*>; variable440 std::vector<TestParam> getTestModels(std::function<bool(const TestModel&)> filter) { in getTestModels()441 std::vector<TestParam> testModels; in getTestModels()449 std::vector<TestParam> getTestModels(std::function<bool(const std::string&)> filter) { in getTestModels()450 std::vector<TestParam> testModels; in getTestModels()
42 : public ::testing::TestWithParam<test_helper::TestModelManager::TestParam> {