dns_config_service_win_unittest.cc | 121 std::string expected_nameservers[4]; // Empty string indicates end. member in struct:net::__anon9038::TestCase 180 std::vector<IPEndPoint> expected_nameservers; local 181 for (size_t j = 0; !t.expected_nameservers[j].empty(); ++j) { 183 ASSERT_TRUE(ParseIPLiteralToNumber(t.expected_nameservers[j], &ip)); 187 expected_nameservers.push_back(IPEndPoint(ip, port)); 194 expected_nameservers.empty() ? internal::CONFIG_PARSE_WIN_NO_NAMESERVERS 197 EXPECT_EQ(expected_nameservers, config.nameservers);
|