| org.apache.commons.httpclient.TestURI
TestURI | public class TestURI extends TestCase (Code) | | Simple tests for the URI class.
author: Michael Becke |
Constructor Summary | |
public | TestURI(String testName) Constructor for TestURI. |
TestURI | public TestURI(String testName)(Code) | | Constructor for TestURI.
Parameters: testName - |
suite | public static Test suite()(Code) | | |
testRelativeURIConstructor | public void testRelativeURIConstructor()(Code) | | Tests the URI(URI, String) constructor. This tests URIs ability to
resolve relative URIs.
|
testRelativeWithDoubleSlash | public void testRelativeWithDoubleSlash() throws Exception(Code) | | Verify proper handling of relative URIs with embedded double-slashes,
like "foo//bar//baz".
See bug http://issues.apache.org/jira/browse/HTTPCLIENT-588
throws: Exception - |
testRelativeWithScheme | public void testRelativeWithScheme() throws Exception(Code) | | Verify proper handling of relative URIs which have a scheme.
See bug http://issues.apache.org/jira/browse/HTTPCLIENT-587
throws: Exception - |
testTestHttpUrlAuthorityString | public void testTestHttpUrlAuthorityString() throws Exception(Code) | | |
testTestHttpsUrlAuthorityString | public void testTestHttpsUrlAuthorityString() throws Exception(Code) | | |
testTestURIAuthorityString | public void testTestURIAuthorityString() throws Exception(Code) | | |
testVariousCharacters | public void testVariousCharacters() throws Exception(Code) | | |
|
|