Package | Description |
---|---|
com.meterware.httpunit |
Classes for testing http server systems.
|
com.meterware.httpunit.dom |
Modifier and Type | Class and Description |
---|---|
class |
WebResponse
A response to a web request from a web server.
|
Modifier and Type | Method and Description |
---|---|
DomWindowProxy |
WebResponse.openNewWindow(String name,
String relativeUrl)
open a a new Window with the given name and relative URL
|
DomWindowProxy |
WebResponse.submitRequest(HTMLElementImpl sourceElement,
String method,
String location,
String target,
MessageBody requestBody) |
Modifier and Type | Method and Description |
---|---|
DomWindowProxy |
DomWindowProxy.openNewWindow(String name,
String relativeUrl) |
DomWindowProxy |
DomWindowProxy.submitRequest(HTMLElementImpl sourceElement,
String method,
String location,
String target,
MessageBody requestBody) |
Modifier and Type | Method and Description |
---|---|
void |
DomWindow.setProxy(DomWindowProxy proxy) |
Constructor and Description |
---|
DomWindow(DomWindowProxy implementation) |
Copyright © 2012. All Rights Reserved.