|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvocationContext | |
---|---|
com.meterware.servletunit | Classes for unit testing servlets, providing internal access to running servlets using a simulated servlet container. |
Uses of InvocationContext in com.meterware.servletunit |
---|
Methods in com.meterware.servletunit that return InvocationContext | |
---|---|
InvocationContext |
InvocationContextFactory.newInvocation(ServletUnitClient client,
FrameSelector targetFrame,
WebRequest request,
java.util.Dictionary clientHeaders,
byte[] messageBody)
Creates and returns a new invocation context to test calling of servlet methods. |
InvocationContext |
ServletUnitClient.newInvocation(java.lang.String requestString)
Creates and returns a new invocation context from a GET request. |
InvocationContext |
ServletUnitClient.newInvocation(WebRequest request)
Creates and returns a new invocation context to test calling of servlet methods. |
Methods in com.meterware.servletunit with parameters of type InvocationContext | |
---|---|
WebResponse |
ServletUnitClient.getResponse(InvocationContext invocation)
Updates this client and returns the response which would be displayed by the user agent. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |