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()
820 struct TestCase { in TEST_F() struct
821 FontStyle wantedStyle; in TEST_F()
822 std::vector<FontStyle> familyStyles; in TEST_F()
823 size_t expectedIndex; in TEST_F()