| org.apache.cactus.ServletTestCase org.apache.cactus.sample.servlet.unit.TestSetURLSpecific
TestSetURLSpecific | public class TestSetURLSpecific extends ServletTestCase (Code) | | Test the J2EE 1.3 specifics of the
WebRequest.setURL method
(specifically verify calls to getRequestURL ).
version: $Id: TestSetURLSpecific.java 238816 2004-02-29 16:36:46Z vmassol $ |
beginSimulatedURLGetRequestURLWhenNotNull | public void beginSimulatedURLGetRequestURLWhenNotNull(WebRequest theRequest)(Code) | | Verify that when setURL() is called with a not null
pathinfo parameter, the call to getRequestURL works
properly.
Parameters: theRequest - the request object that serves to initialize theHTTP connection to the server redirector. |
beginSimulatedURLGetRequestURLWhenNull | public void beginSimulatedURLGetRequestURLWhenNull(WebRequest theRequest)(Code) | | Verify that when setURL() is called with a null
pathinfo parameter, the call to getRequestURL works
properly.
Parameters: theRequest - the request object that serves to initialize theHTTP connection to the server redirector. |
testSimulatedURLGetRequestURLWhenNotNull | public void testSimulatedURLGetRequestURLWhenNotNull()(Code) | | Verify that when setURL() is called with a not null
pathinfo parameter, the call to getRequestURL works
properly.
|
testSimulatedURLGetRequestURLWhenNull | public void testSimulatedURLGetRequestURLWhenNull()(Code) | | Verify that when setURL() is called with a null
pathinfo parameter, the call to getRequestURL works
properly.
|
|
|