public class TestServletURL extends TestCase (Code)
Unit tests of the ServletURL class.
version: $Id: TestServletURL.java 238991 2004-05-22 11:34:50Z vmassol $
Method Summary
public void
testGetHostWithPort() Verify that the getHost() method is returning the correct
host when a port is specified and that the getPort()
method returns the specified port.
public void
testGetPath() Verify getPath() is ok when all parts are filled.
public void
testGetPathNull() Verify getPath() returns null when no parts are filled.