Lines Matching defs:TestCase
208 struct TestCase { in TEST() struct
209 const std::string baseScript; in TEST()
210 const std::string requestedScript; in TEST()
211 bool isSupported; in TEST()
589 struct TestCase { in TEST_F() struct
590 const std::string fontPath; in TEST_F()
591 bool hasVSTable; in TEST_F()
733 struct TestCase { in TEST_F() struct
734 FontStyle wantedStyle; in TEST_F()
735 std::vector<FontStyle> familyStyles; in TEST_F()
736 size_t expectedIndex; in TEST_F()