public interface

WebTestSuite

com.atlassian.jira.functest.framework.suite.WebTestSuite
Known Indirect Subclasses

Class Overview

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

Summary

Public Methods
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.

Public Methods

public Set<Category> excludes ()

Set of categories to exclude from the target suite.

Returns
  • categories to exclude from the suite

public Set<Category> includes ()

Set of categories to include in the target suite.

Returns
  • categories to include in the suite

public String webTestPackage ()

Get web test package.

Returns
  • package containing tests