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

All Known Implementing Classes:
SystemPropertyBasedSuite

public interface WebTestSuite

Represents a specific web test suite (e.g. for func tests, selenium tests etc.)

Since:
4.3

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.
 

Method Detail

webTestPackage

String webTestPackage()
Get web test package.

Returns:
package containing tests

includes

Set<Category> includes()
Set of categories to include in the target suite.

Returns:
categories to include in the suite

excludes

Set<Category> excludes()
Set of categories to exclude from the target suite.

Returns:
categories to exclude from the suite


Copyright © 2002-2012 Atlassian. All Rights Reserved.