Package | Description |
---|---|
net.sourceforge.jwebunit.api | |
net.sourceforge.jwebunit.htmlunit |
Modifier and Type | Method and Description |
---|---|
void |
ITestingEngine.closeBrowser()
Close the browser and check if there is no pending Javascript alert, confirm or prompt.
|
void |
ITestingEngine.setExpectedJavaScriptAlert(JavascriptAlert[] alerts)
Tell the testing engine that the given alert boxes are expected in the given order.
|
Modifier and Type | Method and Description |
---|---|
void |
HtmlUnitTestingEngineImpl.closeBrowser()
Close the browser and check that all expected Javascript alerts, confirms and
prompts have been taken care of.
|
void |
HtmlUnitTestingEngineImpl.setExpectedJavaScriptAlert(JavascriptAlert[] alerts) |
Copyright © 2002–2019 JWebUnit. All rights reserved.