Uses of Interface
net.sourceforge.jwebunit.api.ITestingEngine

Packages that use ITestingEngine
net.sourceforge.jwebunit.htmlunit   
net.sourceforge.jwebunit.junit   
net.sourceforge.jwebunit.selenium   
 

Uses of ITestingEngine in net.sourceforge.jwebunit.htmlunit
 

Classes in net.sourceforge.jwebunit.htmlunit that implement ITestingEngine
 class HtmlUnitTestingEngineImpl
          Acts as the wrapper for HtmlUnit access.
 

Uses of ITestingEngine in net.sourceforge.jwebunit.junit
 

Methods in net.sourceforge.jwebunit.junit that return ITestingEngine
 ITestingEngine WebTester.getDialog()
          Deprecated. You should not use plugin specific functionality. Please ask for a new core feature instead.
 ITestingEngine WebTester.getTestingEngine()
          Protected version of deprecated getDialog().
protected  ITestingEngine WebTester.initializeDialog()
          Initializes the IJWebUnitDialog when the testing engine is null.
 

Methods in net.sourceforge.jwebunit.junit with parameters of type ITestingEngine
 void WebTester.setDialog(ITestingEngine aIJWebUnitDialog)
          Set the testing engine.
 

Uses of ITestingEngine in net.sourceforge.jwebunit.selenium
 

Classes in net.sourceforge.jwebunit.selenium that implement ITestingEngine
 class SeleniumTestingEngineImpl
          Acts as the wrapper for Selenium access.
 



Copyright © 2002-2011 SourceForge. All Rights Reserved.