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

Packages that use WebTestSuite
com.atlassian.jira.functest.framework.suite   
 

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)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.