public class

AcceptanceTestHarness

extends Object
java.lang.Object
   ↳ com.atlassian.jira.webtests.AcceptanceTestHarness

Class Overview

This is the top level Test Suite for JIRA web functional tests. In order for a functional test to be run by the nightly / bamboo builds, it must be declared in this class or in a FuncTestSuite that is included via the class.

Summary

Public Constructors
AcceptanceTestHarness()
Public Methods
static TestSuite suite()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AcceptanceTestHarness ()

Public Methods

public static TestSuite suite ()