public class

CategorisingTestSuite

extends Object
implements Test
java.lang.Object
   ↳ com.atlassian.jira.webtests.CategorisingTestSuite

Class Overview

Test suite that runs given set of tests based on provided test package name property and included and excluded categories.

This basically mimics behaviour of SystemPropertyBasedSuite, but works with the old JUnit3-based test infrastructure.

Summary

Nested Classes
class CategorisingTestSuite.CategoryMatchPredicate  
Fields
public static final CategorisingTestSuite SUITE
Public Constructors
CategorisingTestSuite()
Public Methods
int countTestCases()
void run(TestResult result)
static Test suite()
[Expand]
Inherited Methods
From class java.lang.Object
From interface junit.framework.Test

Fields

public static final CategorisingTestSuite SUITE

Public Constructors

public CategorisingTestSuite ()

Public Methods

public int countTestCases ()

public void run (TestResult result)

public static Test suite ()