Uses of Class
net.sourceforge.jwebunit.javascript.JavascriptAlert

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

Uses of JavascriptAlert in net.sourceforge.jwebunit.api
 

Methods in net.sourceforge.jwebunit.api with parameters of type JavascriptAlert
 void ITestingEngine.setExpectedJavaScriptAlert(JavascriptAlert[] alerts)
          Tell the testing engine that the given alert boxes are expected in the given order.
 

Uses of JavascriptAlert in net.sourceforge.jwebunit.htmlunit
 

Methods in net.sourceforge.jwebunit.htmlunit with parameters of type JavascriptAlert
 void HtmlUnitTestingEngineImpl.setExpectedJavaScriptAlert(JavascriptAlert[] alerts)
           
 

Uses of JavascriptAlert in net.sourceforge.jwebunit.selenium
 

Methods in net.sourceforge.jwebunit.selenium with parameters of type JavascriptAlert
 void SeleniumTestingEngineImpl.setExpectedJavaScriptAlert(JavascriptAlert[] alerts)
           
 



Copyright © 2002-2011 SourceForge. All Rights Reserved.