Lines Matching defs:TestCase
236 struct TestCase { in TEST() struct
237 const std::string baseScript; in TEST()
238 const std::string requestedScript; in TEST()
239 bool isSupported; in TEST()
616 struct TestCase { in TEST_F() struct
617 const std::string fontPath; in TEST_F()
618 bool hasVSTable; in TEST_F()
760 struct TestCase { in TEST_F() struct
761 FontStyle wantedStyle; in TEST_F()
762 std::vector<FontStyle> familyStyles; in TEST_F()
763 size_t expectedIndex; in TEST_F()