Lines Matching defs:TestCase
173 struct TestCase { in TEST() struct
174 const std::string baseScript; in TEST()
175 const std::string requestedScript; in TEST()
176 bool isSupported; in TEST()
551 struct TestCase { in TEST_F() struct
552 const std::string fontPath; in TEST_F()
553 bool hasVSTable; in TEST_F()
695 struct TestCase { in TEST_F() struct
696 FontStyle wantedStyle; in TEST_F()
697 std::vector<FontStyle> familyStyles; in TEST_F()
698 size_t expectedIndex; in TEST_F()