|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SuiteTransform | |
|---|---|
| com.atlassian.jira.functest.framework.suite | |
| Uses of SuiteTransform in com.atlassian.jira.functest.framework.suite |
|---|
| Classes in com.atlassian.jira.functest.framework.suite that implement SuiteTransform | |
|---|---|
class |
BatcherTransform
A SuiteTransform for batching tests. |
class |
SortByCategory
Transform that sorts tests by category. |
class |
SystemPropertyBasedBatcherTransform
Batcher transform that reads current batch and number of batches from a system property. |
| Fields in com.atlassian.jira.functest.framework.suite with type parameters of type SuiteTransform | |
|---|---|
protected Iterable<SuiteTransform> |
BatcherTransform.precedingTransforms
|
| Methods in com.atlassian.jira.functest.framework.suite that return SuiteTransform | |
|---|---|
static SuiteTransform |
Transforms.fromFilter(org.junit.runner.manipulation.Filter filter)
|
static SuiteTransform |
Transforms.fromSorter(org.junit.runner.manipulation.Sorter sorter)
|
| Method parameters in com.atlassian.jira.functest.framework.suite with type arguments of type SuiteTransform | ||
|---|---|---|
static List<org.junit.runner.Description> |
TransformingParentRunner.applyTransforms(Iterable<org.junit.runner.Description> input,
Iterable<SuiteTransform> transforms)
|
|
static
|
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 parameters in com.atlassian.jira.functest.framework.suite with type arguments of type SuiteTransform | |
|---|---|
BatcherTransform(Iterable<SuiteTransform> previousTransforms)
|
|
SystemPropertyBasedBatcherTransform(Iterable<SuiteTransform> precedingTransforms)
|
|
SystemPropertyBasedBatcherTransform(Iterable<SuiteTransform> precedingTransforms,
com.google.common.base.Predicate<org.junit.runner.Description> splittable)
|
|
TransformingParentRunner(org.junit.runners.ParentRunner<T> original,
Iterable<SuiteTransform> transforms)
|
|
TransformingParentRunner(String name,
org.junit.runners.ParentRunner<T> original,
Iterable<SuiteTransform> transforms)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||