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

Packages that use TestingEngineResponseException
net.sourceforge.jwebunit.api   
net.sourceforge.jwebunit.htmlunit   
net.sourceforge.jwebunit.junit   
net.sourceforge.jwebunit.selenium   
 

Uses of TestingEngineResponseException in net.sourceforge.jwebunit.api
 

Methods in net.sourceforge.jwebunit.api that throw TestingEngineResponseException
 void ITestingEngine.beginAt(java.net.URL aInitialURL, TestContext aTestContext)
          Open the browser at an initial URL.
 java.io.InputStream ITestingEngine.getInputStream(java.net.URL url)
          Gets the input stream for a given URL - can be used to test images or other resources without changing the current navigation context.
 void ITestingEngine.gotoPage(java.net.URL url)
          Simulate user typing a new URL in the browser.
 

Uses of TestingEngineResponseException in net.sourceforge.jwebunit.htmlunit
 

Methods in net.sourceforge.jwebunit.htmlunit that throw TestingEngineResponseException
 void HtmlUnitTestingEngineImpl.beginAt(java.net.URL initialURL, TestContext context)
          Begin a dialog with an initial URL and test client context.
 java.io.InputStream HtmlUnitTestingEngineImpl.getInputStream(java.net.URL resourceUrl)
           
 void HtmlUnitTestingEngineImpl.gotoPage(java.net.URL initialURL)
          Go to a particular page.
 

Uses of TestingEngineResponseException in net.sourceforge.jwebunit.junit
 

Methods in net.sourceforge.jwebunit.junit that throw TestingEngineResponseException
 void WebTester.beginAt(java.lang.String aRelativeURL)
          Begin conversation at a URL absolute or relative to base URL.
 void WebTester.gotoPage(java.lang.String url)
          Go to the given page like if user has typed the URL manually in the browser.
 

Uses of TestingEngineResponseException in net.sourceforge.jwebunit.selenium
 

Methods in net.sourceforge.jwebunit.selenium that throw TestingEngineResponseException
 void SeleniumTestingEngineImpl.beginAt(java.net.URL aInitialURL, TestContext aTestContext)
           
 void SeleniumTestingEngineImpl.closeBrowser()
           
 java.io.InputStream SeleniumTestingEngineImpl.getInputStream(java.net.URL url)
           
 void SeleniumTestingEngineImpl.gotoPage(java.net.URL url)
           
 



Copyright © 2002-2011 SourceForge. All Rights Reserved.