Uses of Class
net.sourceforge.jwebunit.exception.ExpectedJavascriptAlertException

Packages that use ExpectedJavascriptAlertException
net.sourceforge.jwebunit.api   
net.sourceforge.jwebunit.htmlunit   
net.sourceforge.jwebunit.selenium   
 

Uses of ExpectedJavascriptAlertException in net.sourceforge.jwebunit.api
 

Methods in net.sourceforge.jwebunit.api that throw ExpectedJavascriptAlertException
 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.
 

Uses of ExpectedJavascriptAlertException in net.sourceforge.jwebunit.htmlunit
 

Methods in net.sourceforge.jwebunit.htmlunit that throw ExpectedJavascriptAlertException
 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)
           
 

Uses of ExpectedJavascriptAlertException in net.sourceforge.jwebunit.selenium
 

Methods in net.sourceforge.jwebunit.selenium that throw ExpectedJavascriptAlertException
 void SeleniumTestingEngineImpl.setExpectedJavaScriptAlert(JavascriptAlert[] alerts)
           
 



Copyright © 2002-2011 SourceForge. All Rights Reserved.