Uses of Class
net.sourceforge.jwebunit.util.TestContext

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

Uses of TestContext in net.sourceforge.jwebunit.api
 

Methods in net.sourceforge.jwebunit.api with parameters of type TestContext
 void ITestingEngine.beginAt(java.net.URL aInitialURL, TestContext aTestContext)
          Open the browser at an initial URL.
 

Uses of TestContext in net.sourceforge.jwebunit.htmlunit
 

Methods in net.sourceforge.jwebunit.htmlunit with parameters of type TestContext
 void HtmlUnitTestingEngineImpl.beginAt(java.net.URL initialURL, TestContext context)
          Begin a dialog with an initial URL and test client context.
 

Uses of TestContext in net.sourceforge.jwebunit.junit
 

Methods in net.sourceforge.jwebunit.junit that return TestContext
 TestContext WebTester.getTestContext()
          Provide access to test testContext.
 

Methods in net.sourceforge.jwebunit.junit with parameters of type TestContext
 void WebTester.setTestContext(TestContext aTestContext)
          Allows setting an external test testContext class that might be extended from TestContext.
 

Uses of TestContext in net.sourceforge.jwebunit.selenium
 

Methods in net.sourceforge.jwebunit.selenium that return TestContext
 TestContext SeleniumTestingEngineImpl.getTestContext()
           
 

Methods in net.sourceforge.jwebunit.selenium with parameters of type TestContext
 void SeleniumTestingEngineImpl.beginAt(java.net.URL aInitialURL, TestContext aTestContext)
           
 void SeleniumTestingEngineImpl.setTestContext(TestContext testContext)
           
 



Copyright © 2002-2011 SourceForge. All Rights Reserved.