Package com.atlassian.jira.functest.framework.suite

Interface Summary
SuiteTransform A transform applied on a collection of test descriptions that results in a new, transformed list.
TransformableRunner<T extends ParentRunner<?>> A runner capable of applying list of SuiteTransforms to itself.
WebTestSuite Represents a specific web test suite (e.g.
 

Class Summary
BatcherTransform

A SuiteTransform for batching tests.

CategoryFilter

A Junit4 filter that filters given set of tests by the included and excluded web test categories.

FunctionalCategoryComparator Compares tests using their functional categories.
JUnit4WebTestDescription WebTestDescription based on the JUnit4 Description.
JUnit4WebTestListener JUnit4 test listener wrapping the web test listener.
ParentRunnerHacker<T> Retrieves information about children of a parent runner in a hacky manner - the design of JUnit4 does not allow us to do it in a nice way!
RunnerChildList<T>  
SortByCategory Transform that sorts tests by category.
SystemPropertyBasedBatcherTransform Batcher transform that reads current batch and number of batches from a system property.
SystemPropertyBasedSuite A WebTestSuite that reads its configuration from system properties.
TransformingParentRunner<T> A parent runner implementation that wraps another parent runner and applies an ordered list of transforms over the wrapped runner children, such that only the resulting list of children will be run.
Transforms Transforms based on JUnit4 sorters and filters.
WebTestDescriptionList Represents an ordered list of WebTestDescriptions and provides methods for advanced operations on this list.
WebTestRunners Factory of web test runners.
WebTestSuiteRunner A JUnit4 runner for JIRA web tests suite.
 

Enum Summary
Category Enumeration of possible categories of JIRA web tests.
 

Annotation Types Summary
RunFirst Marks tests that must be run as first in the suite.
WebTest Marks a JIRA web test.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.