Lines Matching refs:EXPECT_STREQ
17 EXPECT_STREQ( in TEST()
45 EXPECT_STREQ("http://www.example.com/", url.ToString().c_str()); in TEST()
56 EXPECT_STREQ("http://www.example.com/path/to.html", url.ToString().c_str()); in TEST()
68 EXPECT_STREQ("http://www.example.com/path/to.html?foo=test&bar=test2", in TEST()
82 EXPECT_STREQ("http://www.example.com/path/to.html?foo=test&bar=test2#ref", in TEST()
99 EXPECT_STREQ( in TEST()
112 EXPECT_STREQ("http://www.example.com/", spec.ToString().c_str()); in TEST()
116 EXPECT_STREQ("http", scheme.ToString().c_str()); in TEST()
118 EXPECT_STREQ("www.example.com", host.ToString().c_str()); in TEST()
121 EXPECT_STREQ(origin.ToString().c_str(), "http://www.example.com/"); in TEST()
123 EXPECT_STREQ("/", path.ToString().c_str()); in TEST()
135 EXPECT_STREQ("http://www.example.com/path/to.html", spec.ToString().c_str()); in TEST()
139 EXPECT_STREQ("http", scheme.ToString().c_str()); in TEST()
141 EXPECT_STREQ("www.example.com", host.ToString().c_str()); in TEST()
144 EXPECT_STREQ(origin.ToString().c_str(), "http://www.example.com/"); in TEST()
146 EXPECT_STREQ("/path/to.html", path.ToString().c_str()); in TEST()
158 EXPECT_STREQ("http://www.example.com/path/to.html?foo=test&bar=test2", in TEST()
163 EXPECT_STREQ("http", scheme.ToString().c_str()); in TEST()
165 EXPECT_STREQ("www.example.com", host.ToString().c_str()); in TEST()
168 EXPECT_STREQ(origin.ToString().c_str(), "http://www.example.com/"); in TEST()
170 EXPECT_STREQ("/path/to.html", path.ToString().c_str()); in TEST()
172 EXPECT_STREQ("foo=test&bar=test2", query.ToString().c_str()); in TEST()
183 EXPECT_STREQ("http://www.example.com/path/to.html?foo=test&bar=test2#ref", in TEST()
188 EXPECT_STREQ("http", scheme.ToString().c_str()); in TEST()
190 EXPECT_STREQ("www.example.com", host.ToString().c_str()); in TEST()
193 EXPECT_STREQ(origin.ToString().c_str(), "http://www.example.com/"); in TEST()
195 EXPECT_STREQ("/path/to.html", path.ToString().c_str()); in TEST()
197 EXPECT_STREQ("foo=test&bar=test2", query.ToString().c_str()); in TEST()
199 EXPECT_STREQ("ref", ref.ToString().c_str()); in TEST()
212 EXPECT_STREQ( in TEST()
216 EXPECT_STREQ("http", scheme.ToString().c_str()); in TEST()
218 EXPECT_STREQ("user", username.ToString().c_str()); in TEST()
220 EXPECT_STREQ("pass", password.ToString().c_str()); in TEST()
222 EXPECT_STREQ("www.example.com", host.ToString().c_str()); in TEST()
224 EXPECT_STREQ("88", port.ToString().c_str()); in TEST()
226 EXPECT_STREQ(origin.ToString().c_str(), "http://www.example.com:88/"); in TEST()
228 EXPECT_STREQ("/path/to.html", path.ToString().c_str()); in TEST()
230 EXPECT_STREQ("foo=test&bar=test2", query.ToString().c_str()); in TEST()
232 EXPECT_STREQ("ref", ref.ToString().c_str()); in TEST()
251 EXPECT_STREQ("custom:something%20else?foo#ref", spec.ToString().c_str()); in TEST()
255 EXPECT_STREQ("custom", scheme.ToString().c_str()); in TEST()
260 EXPECT_STREQ("something%20else", path.ToString().c_str()); in TEST()
262 EXPECT_STREQ("foo", query.ToString().c_str()); in TEST()
264 EXPECT_STREQ("ref", ref.ToString().c_str()); in TEST()
272 EXPECT_STREQ("http://tests.com", result.ToString().c_str()); in TEST()
276 EXPECT_STREQ("http://tests.com", result.ToString().c_str()); in TEST()
280 EXPECT_STREQ("http://tests.com:8088", result.ToString().c_str()); in TEST()
284 EXPECT_STREQ("file:///c/tests/foo.html", result.ToString().c_str()); in TEST()
291 EXPECT_STREQ("text/html", mime_type.ToString().c_str()); in TEST()
294 EXPECT_STREQ("text/plain", mime_type.ToString().c_str()); in TEST()
297 EXPECT_STREQ("image/gif", mime_type.ToString().c_str()); in TEST()
305 EXPECT_STREQ(test_str_encoded.c_str(), encoded_value.ToString().c_str()); in TEST()
322 EXPECT_STREQ(test_str_decoded.c_str(), decoded_str.c_str()); in TEST()
329 EXPECT_STREQ(test_str_encoded.c_str(), encoded_value.ToString().c_str()); in TEST()
336 EXPECT_STREQ(test_str_encoded.c_str(), encoded_value.ToString().c_str()); in TEST()
346 EXPECT_STREQ(test_str_decoded.c_str(), decoded_value.ToString().c_str()); in TEST()
357 EXPECT_STREQ(test_str_decoded.c_str(), decoded_value.ToString().c_str()); in TEST()