Uses of Interface
com.atlassian.jira.functest.framework.suite.WebTestSuite

Packages that use WebTestSuite
com.atlassian.jira.functest.framework.suite   
com.atlassian.jira.webtest.webdriver.setup   
 

Uses of WebTestSuite in com.atlassian.jira.functest.framework.suite
 

Classes in com.atlassian.jira.functest.framework.suite that implement WebTestSuite
 class SystemPropertyBasedSuite
          A WebTestSuite that reads its configuration from system properties.
 

Fields in com.atlassian.jira.functest.framework.suite declared as WebTestSuite
protected  WebTestSuite WebTestSuiteRunner.suite
           
 

Methods in com.atlassian.jira.functest.framework.suite that return WebTestSuite
 WebTestSuite WebTestSuiteRunner.suite()
           
 

Methods in com.atlassian.jira.functest.framework.suite with parameters of type WebTestSuite
static
<T> org.junit.runners.ParentRunner<T>
WebTestRunners.newRunner(WebTestSuite suite, org.junit.runners.ParentRunner<T> runner)
           
static
<T> org.junit.runners.ParentRunner<T>
WebTestRunners.newRunner(WebTestSuite suite, org.junit.runners.ParentRunner<T> runner, com.google.common.base.Predicate<org.junit.runner.Description> splittable)
           
static org.junit.runners.ParentRunner<org.junit.runner.Runner> WebTestRunners.newRunner(WebTestSuite suite, org.junit.runners.model.RunnerBuilder runnerBuilder, Class<?>... classes)
           
static org.junit.runners.ParentRunner<org.junit.runner.Runner> WebTestRunners.newRunner(WebTestSuite suite, org.junit.runners.model.RunnerBuilder runnerBuilder, com.google.common.base.Predicate<org.junit.runner.Description> splittable, Class<?>... classes)
           
 

Uses of WebTestSuite in com.atlassian.jira.webtest.webdriver.setup
 

Classes in com.atlassian.jira.webtest.webdriver.setup that implement WebTestSuite
 class CargoWebTestSuite
          Web test suite to run in cargo.
 class LocalWebTestSuite
          Web test suite based on local environment data.
 class PackageRunner
          Run all the tests for a package
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.