|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Name and a String
Password.HttpServletRequest.HttpServletRequest instance that delegates
it's method calls to the request object passed as parameter and that
uses the URL passed as parameter to simulate a URL from which the request
would come from.
PageContext.PageContext instance that delegates
it's method calls to the page context object passed as parameter and
that uses the URL passed as parameter to simulate a URL from which
the request would come from.
ServletConfig which overrides the
getServletContext() method to return our own wrapper around
ServletContext.ServletContext.WebConfiguration
implementations.TestCase class on the server
side, set up the implicit objects and call the test method.ServletExceptionWrapper except that this exception class
extends JUnit AssertionFailedError so that JUnit will
print a different message in it's runner console.BaseWebRequest.setConfiguration(Configuration) be called before the methods
requiring a configuration object.
ChainedException and set the exception error
message.
ChainedException, set the exception error
message along with the exception object that caused this exception.
ChaineException, and set exception object
that caused this exception.
ChainedRuntimeException and set the exception
error message.
ChainedRuntimeException, set the exception error
message along with the exception object that caused this exception.
ChainedRuntimeException, and set exception object
that caused this exception.
ServletConfig object that you can access from
the testXXX(), setUp and
tearDown() methods.
Header for cookies that matches
the domain and path.
begin()
and beginXXX() methods.
endXXX() and end()
methods.
jspRedirector.jsp JSP Redirector.
ServiceEnumeration.valueOf(java.lang.String) and identity
comparison instead of this method
RequestDispatcher forward()
method but with the original HTTP request (not the simulation one which
would make the servlet engine choke !).
CookieUtil.getCookieDomain(WebRequest, String)
CookieUtil.getCookiePath(WebRequest, String)
CookieUtil.getCookiePort(WebRequest, int)
log() methods so that it is possible to easily assert the
content of the logs.
HttpServletRequest.getParameter().
endXXX() and global end methods.