|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestingEngineResponseException | |
---|---|
net.sourceforge.jwebunit.api | |
net.sourceforge.jwebunit.junit |
Uses of TestingEngineResponseException in net.sourceforge.jwebunit.api |
---|
Methods in net.sourceforge.jwebunit.api that throw TestingEngineResponseException | |
---|---|
void |
IJWebUnitDialog.beginAt(URL aInitialURL,
TestContext aTestContext)
Open the browser at an initial URL. |
InputStream |
IJWebUnitDialog.getInputStream(URL url)
Gets the input stream for a given URL - can be used to test images or other resources without changing the current navigation context. |
void |
IJWebUnitDialog.gotoPage(URL url)
Simulate user typing a new URL in the browser. |
Uses of TestingEngineResponseException in net.sourceforge.jwebunit.junit |
---|
Methods in net.sourceforge.jwebunit.junit that throw TestingEngineResponseException | |
---|---|
void |
WebTestCase.beginAt(String aRelativeURL)
Begin conversation at a URL absolute or relative to base URL. |
void |
WebTester.beginAt(String aRelativeURL)
Begin conversation at a URL absolute or relative to base URL. |
void |
WebTestCase.gotoPage(String url)
Go to the given page like if user has typed the URL manually in the browser. |
void |
WebTester.gotoPage(String url)
Go to the given page like if user has typed the URL manually in the browser. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |