|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExpectedJavascriptConfirmException | |
---|---|
net.sourceforge.jwebunit.api | |
net.sourceforge.jwebunit.htmlunit | |
net.sourceforge.jwebunit.selenium |
Uses of ExpectedJavascriptConfirmException in net.sourceforge.jwebunit.api |
---|
Methods in net.sourceforge.jwebunit.api that throw ExpectedJavascriptConfirmException | |
---|---|
void |
ITestingEngine.closeBrowser()
Close the browser and check if there is no pending Javascript alert, confirm or prompt. |
void |
ITestingEngine.setExpectedJavaScriptConfirm(JavascriptConfirm[] confirms)
Tell the testing engine that the given confirm boxes are expected in the given order. |
Uses of ExpectedJavascriptConfirmException in net.sourceforge.jwebunit.htmlunit |
---|
Methods in net.sourceforge.jwebunit.htmlunit that throw ExpectedJavascriptConfirmException | |
---|---|
void |
HtmlUnitTestingEngineImpl.closeBrowser()
Close the browser and check that all expected Javascript alerts, confirms and prompts have been taken care of. |
void |
HtmlUnitTestingEngineImpl.setExpectedJavaScriptConfirm(JavascriptConfirm[] confirms)
|
Uses of ExpectedJavascriptConfirmException in net.sourceforge.jwebunit.selenium |
---|
Methods in net.sourceforge.jwebunit.selenium that throw ExpectedJavascriptConfirmException | |
---|---|
void |
SeleniumTestingEngineImpl.setExpectedJavaScriptConfirm(JavascriptConfirm[] confirms)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |