Uses of Interface
com.atlassian.jira.functest.framework.suite.SuiteTransform

Packages that use SuiteTransform
com.atlassian.jira.functest.framework.suite   
com.atlassian.jira.pageobjects.config.junit4   
 

Uses of SuiteTransform in com.atlassian.jira.functest.framework.suite
 

Classes in com.atlassian.jira.functest.framework.suite that implement SuiteTransform
 class SortByCategory
          Transform that sorts tests by category.
 

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
<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 parameters in com.atlassian.jira.functest.framework.suite with type arguments of type SuiteTransform
TransformingParentRunner(org.junit.runners.ParentRunner<T> original, Iterable<SuiteTransform> transforms)
           
TransformingParentRunner(String name, org.junit.runners.ParentRunner<T> original, Iterable<SuiteTransform> transforms)
           
 

Uses of SuiteTransform in com.atlassian.jira.pageobjects.config.junit4
 

Method parameters in com.atlassian.jira.pageobjects.config.junit4 with type arguments of type SuiteTransform
 JiraWebTestRunner JiraWebTestRunner.withTransforms(List<SuiteTransform> transforms)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.