Searched refs:kTestCases (Results 1 – 4 of 4) sorted by relevance
21 } kTestCases[] = { in TEST() local34 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(kTestCases); i++) { in TEST()35 EXPECT_EQ(kTestCases[i].expected_output, in TEST()36 net::FtpUtil::UnixFilePathToVMS(kTestCases[i].input)) in TEST()37 << kTestCases[i].input; in TEST()45 } kTestCases[] = { in TEST() local67 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(kTestCases); i++) { in TEST()68 EXPECT_EQ(kTestCases[i].expected_output, in TEST()69 net::FtpUtil::UnixDirectoryPathToVMS(kTestCases[i].input)) in TEST()70 << kTestCases[i].input; in TEST()[all …]
15 const char* kTestCases[] = { in TEST() local22 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(kTestCases); ++i) { in TEST()23 const string16 word(ASCIIToUTF16(kTestCases[i])); in TEST()48 } kTestCases[] = { in TEST() local317 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(kTestCases); ++i) { in TEST()318 const string16 word(ASCIIToUTF16(kTestCases[i].input)); in TEST()325 const string16 suggested_word(ASCIIToUTF16(kTestCases[i].suggested_word)); in TEST()
20 const TestCase kTestCases[] = { in TEST() local26 for (size_t i = 0; i < arraysize(kTestCases); ++i) { in TEST()27 EXPECT_EQ(kTestCases[i].id, in TEST()28 ResourcesUtil::GetThemeResourceId(kTestCases[i].name)); in TEST()
5504 static const char* const kTestCases[] = { in TEST_P() local5528 for (size_t index = 0; index < arraysize(kTestCases); index += 2) { in TEST_P()5529 const char* url_to_fetch = kTestCases[index]; in TEST_P()5530 const char* url_to_push = kTestCases[index + 1]; in TEST_P()