Package | Description |
---|---|
com.atlassian.jira.functest.framework.suite | |
com.atlassian.jira.pageobjects.config.junit4 |
Modifier and Type | Class and Description |
---|---|
class |
SortByCategory
Transform that sorts tests by category.
|
Modifier and Type | Method and Description |
---|---|
static SuiteTransform |
Transforms.fromFilter(org.junit.runner.manipulation.Filter filter) |
static SuiteTransform |
Transforms.fromSorter(org.junit.runner.manipulation.Sorter sorter) |
Modifier and Type | Method and Description |
---|---|
static List<org.junit.runner.Description> |
TransformingParentRunner.applyTransforms(Iterable<org.junit.runner.Description> input,
Iterable<SuiteTransform> transforms) |
static <T> List<T> |
RunnerChildList.matchingChildren(List<T> originalChildren,
List<org.junit.runner.Description> originalDescriptions,
Iterable<SuiteTransform> suiteTransforms) |
T |
TransformableRunner.withTransforms(List<SuiteTransform> transforms)
An instance of this runner applying given list of transforms to itself.
|
protected org.junit.runners.ParentRunner<?> |
TransformingParentRunner.wrap(org.junit.runners.ParentRunner<?> original,
List<SuiteTransform> transforms)
Wrap child of this runner that itself is parent runner in an instance that will provide transformations over
its children (if necessary).
|
Constructor and Description |
---|
TransformingParentRunner(org.junit.runners.ParentRunner<T> original,
Iterable<SuiteTransform> transforms) |
TransformingParentRunner(String name,
org.junit.runners.ParentRunner<T> original,
Iterable<SuiteTransform> transforms) |
Modifier and Type | Method and Description |
---|---|
JiraWebTestRunner |
JiraWebTestRunner.withTransforms(List<SuiteTransform> transforms) |
Copyright © 2002-2017 Atlassian. All Rights Reserved.