com.atlassian.jira.functest.framework.suite
Interface TransformableRunner<T extends org.junit.runners.ParentRunner<?>>

All Known Implementing Classes:
JiraWebTestRunner, SingleJiraWebTestRunner

public interface TransformableRunner<T extends org.junit.runners.ParentRunner<?>>

A runner capable of applying list of SuiteTransforms to itself.

Since:
v4.4

Method Summary
 T withTransforms(List<SuiteTransform> transforms)
          An instance of this runner applying given list of transforms to itself.
 

Method Detail

withTransforms

T withTransforms(List<SuiteTransform> transforms)
                                                           throws org.junit.runners.model.InitializationError
An instance of this runner applying given list of transforms to itself.

Parameters:
transforms - transforms to apply
Returns:
runner instance with transforms
Throws:
org.junit.runners.model.InitializationError - JUnit4 error


Copyright © 2002-2013 Atlassian. All Rights Reserved.