Searched refs:TestParam (Results 1 – 3 of 3) sorted by relevance
30 typedef std::pair<std::string, int> TestParam; typedef32 class FontFamilyHarfBuzzCompatibilityTest : public ::testing::TestWithParam<TestParam> {};71 ::testing::Values(TestParam("/system/fonts/NotoSansCJK-Regular.ttc", 0),72 TestParam("/system/fonts/NotoColorEmoji.ttf", 0)));
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()
33 : public ::testing::TestWithParam<test_helper::TestModelManager::TestParam> {