Lines Matching refs:expectTrue
36 t.expectTrue(dnsDomainIs("google.com", ".com"));
37 t.expectTrue(dnsDomainIs("google.co.uk", ".co.uk"));
49 t.expectTrue(
54 t.expectTrue(isInNet("192.89.132.25", "192.89.0.0", "255.255.0.0"));
62 t.expectTrue(isPlainHostName("google"));
67 t.expectTrue(localHostOrDomainIs("www.google.com", "www.google.com"));
68 t.expectTrue(localHostOrDomainIs("www", "www.google.com"));
73 t.expectTrue(shExpMatch("foo.jpg", "*.jpg"));
74 t.expectTrue(shExpMatch("foo5.jpg", "*o?.jpg"));
127 t.expectTrue(isInNetEx("198.95.249.79", "198.95.249.79/32"));
128 t.expectTrue(isInNetEx("198.95.115.10", "198.95.0.0/16"));
129 t.expectTrue(isInNetEx("198.95.1.1", "198.95.0.0/16"));
130 t.expectTrue(isInNetEx("198.95.1.1", "198.95.3.3/16"));
131 t.expectTrue(isInNetEx("0:0:0:0:0:0:7f00:1", "0:0:0:0:0:0:7f00:1/32"));
132 t.expectTrue(isInNetEx("3ffe:8311:ffff:abcd:1234:dead:beef:101",
297 TestContext.prototype.expectTrue = function(x) { method in TestContext