Lines Matching refs:HasRequest
61 CPPUNIT_ASSERT(url.HasRequest()); in TestValidFullUrl()
80 CPPUNIT_ASSERT(!url.HasRequest()); in TestHostWithPathAndFragment()
98 CPPUNIT_ASSERT(!url.HasRequest()); in TestHostWithFragment()
119 CPPUNIT_ASSERT(url.HasRequest()); in TestIpv6HostPortPathAndRequest()
137 CPPUNIT_ASSERT(!url.HasRequest()); in TestFileUrl()
152 CPPUNIT_ASSERT(!url.HasRequest()); in TestDataUrl()
175 CPPUNIT_ASSERT(!url.HasRequest()); in TestWithUserNameAndPasswordNoHostAndPort()
194 CPPUNIT_ASSERT(!url.HasRequest()); in TestHostAndPortWithNoUserNameAndPassword()
212 CPPUNIT_ASSERT(!url.HasRequest()); in TestHostWithNoPortOrUserNameAndPassword()
229 CPPUNIT_ASSERT(!url.HasRequest()); in TestHostWithNoPortNoPath()
247 CPPUNIT_ASSERT(!url.HasRequest()); in TestHostWithPortNoPath()
264 CPPUNIT_ASSERT(!url.HasRequest()); in TestHostWithEmptyPort()
280 CPPUNIT_ASSERT(!url.HasRequest()); in TestProtocol()
297 CPPUNIT_ASSERT(!url.HasRequest()); in TestMailTo()