Lines Matching refs:EXPECT_TRUE

24   EXPECT_TRUE(rules.Matches(GURL("http://www.google.com")));
25 EXPECT_TRUE(rules.Matches(GURL("ftp://www.google.com:99")));
26 EXPECT_TRUE(rules.Matches(GURL("https://www.google.com:81")));
44 EXPECT_TRUE(rules.Matches(GURL("http://www.google.com")));
45 EXPECT_TRUE(rules.Matches(GURL("ftp://www.google.com:99")));
46 EXPECT_TRUE(rules.Matches(GURL("https://a.google.com:81")));
47 EXPECT_TRUE(rules.Matches(GURL("http://foo.google.com/x/y?q")));
48 EXPECT_TRUE(rules.Matches(GURL("http://foo:bar@baz.google.com#x")));
62 EXPECT_TRUE(rules.Matches(GURL("http://www.google.com")));
63 EXPECT_TRUE(rules.Matches(GURL("ftp://www.google.com:80")));
64 EXPECT_TRUE(rules.Matches(GURL("https://a.google.com:80?x")));
81 EXPECT_TRUE(rules.Matches(GURL("http://www.google.com")));
82 EXPECT_TRUE(rules.Matches(GURL("ftp://www.foobar.com:99")));
83 EXPECT_TRUE(rules.Matches(GURL("https://a.google.com:80?x")));
92 EXPECT_TRUE(rules.Matches(GURL("http://www.google.org:443")));
93 EXPECT_TRUE(rules.Matches(GURL("https://www.google.org")));
106 EXPECT_TRUE(rules.Matches(GURL("http://192.168.1.1")));
107 EXPECT_TRUE(rules.Matches(GURL("https://192.168.1.1:90")));
119 EXPECT_TRUE(rules.Matches(GURL("http://192.168.1.1:33")));
133 EXPECT_TRUE(rules.Matches(GURL("http://[3ffe:2a00:100:7031::1]")));
134 EXPECT_TRUE(rules.Matches(GURL("http://[3ffe:2a00:100:7031::1]:33")));
146 EXPECT_TRUE(rules.Matches(GURL("http://[3ffe:2a00:100:7031::1]:33")));
158 EXPECT_TRUE(rules.Matches(GURL("http://www.google.com/foo")));
159 EXPECT_TRUE(rules.Matches(GURL("http://www.google.com:99")));
174 EXPECT_TRUE(rules.Matches(GURL("http://www.google.com/foo")));
175 EXPECT_TRUE(rules.Matches(GURL("http://www.google.com:99")));
176 EXPECT_TRUE(rules.Matches(GURL("http://foo.www.google.com")));
198 EXPECT_TRUE(rules.Matches(GURL("http://foo1.com")));
199 EXPECT_TRUE(rules.Matches(GURL("http://aaafoo1.com")));
208 EXPECT_TRUE(rules.Matches(GURL("http://baz.google.com:40")));
210 EXPECT_TRUE(rules.Matches(GURL("http://bar.foobar.com:30")));
231 EXPECT_TRUE(rules1.Equals(rules2));
232 EXPECT_TRUE(rules2.Equals(rules1));
291 EXPECT_TRUE(rules.Matches(GURL("http://192.168.1.1")));
292 EXPECT_TRUE(rules.Matches(GURL("ftp://192.168.4.4")));
293 EXPECT_TRUE(rules.Matches(GURL("https://192.168.0.0:81")));
294 EXPECT_TRUE(rules.Matches(GURL("http://[::ffff:192.168.11.11]")));
308 EXPECT_TRUE(rules.Matches(GURL("http://[A:b:C:9::]")));