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