beginSimulatedURLBasics(WebRequest theRequest) Verify that we can simulate the basic parts of the URL : server name,
default server port of 80, root servlet context, URI.
testSimulatedURL1() Verify that we can simulate different parts of the URL.
public void
testSimulatedURL2() Verify that we can simulate different parts of the URL.
public void
testSimulatedURL3() Verify that we can simulate different parts of the URL.
public void
testSimulatedURL4() Verify that we can simulate different parts of the URL.
public void
testSimulatedURL5() Verify that we can simulate different parts of the URL.
public void
testSimulatedURLBasics() Verify that we can simulate the basic parts of the URL : server name,
default server port of 80, no servlet context, servlet path.
public void
testSimulatedURLNullValues() Verify values used by the framework when all values defined in
setURL() are null.
Verify that we can simulate different parts of the URL.
Parameters: theRequest - the request object that serves to initialize theHTTP connection to the server redirector.
Verify that we can simulate different parts of the URL.
Parameters: theRequest - the request object that serves to initialize theHTTP connection to the server redirector.
Verify that we can simulate different parts of the URL.
Parameters: theRequest - the request object that serves to initialize theHTTP connection to the server redirector.
Verify that we can simulate different parts of the URL.
Parameters: theRequest - the request object that serves to initialize theHTTP connection to the server redirector.
Verify that we can simulate different parts of the URL. Also verify
that HTTP parameters put in the simulation URL will be
available on the server side as real HTTP parameters.
Parameters: theRequest - the request object that serves to initialize theHTTP connection to the server redirector.
beginSimulatedURLBasics
public void beginSimulatedURLBasics(WebRequest theRequest)(Code)
Verify that we can simulate the basic parts of the URL : server name,
default server port of 80, root servlet context, URI.
Parameters: theRequest - the request object that serves to initialize theHTTP connection to the server redirector.
beginSimulatedURLNullValues
public void beginSimulatedURLNullValues(WebRequest theRequest)(Code)
Verify values used by the framework when all values defined in
setURL() are null.
Parameters: theRequest - the request object that serves to initialize theHTTP connection to the server redirector.
Verify that we can simulate different parts of the URL. Also verify
that HTTP parameters put in the simulation URL will be
available on the server side as real HTTP parameters.