com.atlassian.jira.webtest.webdriver.setup
Class PackageRunner

java.lang.Object
  extended by com.atlassian.jira.webtest.webdriver.setup.PackageRunner
All Implemented Interfaces:
WebTestSuite

public class PackageRunner
extends Object
implements WebTestSuite

Run all the tests for a package

Since:
v4.4

Constructor Summary
PackageRunner()
           
 
Method Summary
 Set<Category> excludes()
          Set of categories to exclude from the target suite.
 Set<Category> includes()
          Set of categories to include in the target suite.
 String webTestPackage()
          Get web test package.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackageRunner

public PackageRunner()
Method Detail

webTestPackage

public String webTestPackage()
Description copied from interface: WebTestSuite
Get web test package.

Specified by:
webTestPackage in interface WebTestSuite
Returns:
package containing tests

includes

public Set<Category> includes()
Description copied from interface: WebTestSuite
Set of categories to include in the target suite.

Specified by:
includes in interface WebTestSuite
Returns:
categories to include in the suite

excludes

public Set<Category> excludes()
Description copied from interface: WebTestSuite
Set of categories to exclude from the target suite.

Specified by:
excludes in interface WebTestSuite
Returns:
categories to exclude from the suite


Copyright © 2002-2014 Atlassian. All Rights Reserved.