Package | Description |
---|---|
com.meterware.httpunit |
Classes for testing http server systems.
|
com.meterware.servletunit |
Classes for unit testing servlets, providing internal access to running servlets using a simulated servlet container.
|
Modifier and Type | Class and Description |
---|---|
class |
WebConversation
The context for a series of HTTP requests.
|
Modifier and Type | Method and Description |
---|---|
WebClient |
WebResponse.getClient()
getter for the WebClient
|
WebClient |
WebWindow.getClient()
Returns the web client associated with this window.
|
Modifier and Type | Method and Description |
---|---|
void |
WebClientListener.requestSent(WebClient src,
WebRequest req)
Invoked when the web client sends a request.
|
void |
WebClientListener.responseReceived(WebClient src,
WebResponse resp)
Invoked when the web client receives a response.
|
void |
WebWindowListener.windowClosed(WebClient client,
WebWindow window)
Invoked when the web client closes a window.
|
void |
WebWindowListener.windowOpened(WebClient client,
WebWindow window)
Invoked when the web client opens a new window.
|
Constructor and Description |
---|
WebResponse(WebClient client,
FrameSelector frame,
URL url)
Constructs a response object.
|
WebResponse(WebClient client,
FrameSelector frame,
URL url,
String text)
Constructs a response object.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletUnitClient
A client for use with the servlet runner class, allowing the testing of servlets
without an actual servlet container.
|
Copyright © 2012. All Rights Reserved.