Searched defs:TestCase (Results 1 – 7 of 7) sorted by relevance
99 struct TestCase { in TEST() struct100 std::string testStr; in TEST()101 std::vector<std::string> expects; in TEST()161 struct TestCase { in TEST() struct162 std::string testStr; in TEST()163 std::vector<std::string> expects; in TEST()223 struct TestCase { in TEST() struct224 std::string testStr; in TEST()225 std::vector<std::string> expects; in TEST()275 struct TestCase { in TEST() struct[all …]
173 struct TestCase { in TEST() struct174 const std::string baseScript; in TEST()175 const std::string requestedScript; in TEST()176 bool isSupported; in TEST()551 struct TestCase { in TEST_F() struct552 const std::string fontPath; in TEST_F()553 bool hasVSTable; in TEST_F()695 struct TestCase { in TEST_F() struct696 FontStyle wantedStyle; in TEST_F()697 std::vector<FontStyle> familyStyles; in TEST_F()[all …]
809 struct TestCase { in TEST() struct810 std::string userPreferredLocale; in TEST()811 std::vector<std::string> fontLocales; in TEST()812 int selectedFontIndex; in TEST()969 struct TestCase { in TEST() struct970 std::string testString; in TEST()971 std::string requestedLocales; in TEST()972 std::string expectedFont; in TEST()
76 public abstract class TestCase extends Assert implements Test { class86 public TestCase() { in TestCase() method in TestCase92 public TestCase(String name) { in TestCase() method in TestCase
18 TestCase = collections.namedtuple("TestCase", [ variable
25 public abstract class TestCase extends Assert implements Test { class