com.atlassian.jira.functest.framework.suite
Class SystemPropertyBasedSuite

java.lang.Object
  extended by com.atlassian.jira.functest.framework.suite.SystemPropertyBasedSuite
All Implemented Interfaces:
WebTestSuite

public class SystemPropertyBasedSuite
extends Object
implements WebTestSuite

A WebTestSuite that reads its configuration from system properties.

Since:
v4.4

Constructor Summary
SystemPropertyBasedSuite()
           
 
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

SystemPropertyBasedSuite

public SystemPropertyBasedSuite()
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-2012 Atlassian. All Rights Reserved.