com.atlassian.jira.functest.framework.suite
Interface TransformableRunner<T extends org.junit.runners.ParentRunner<?>>
- All Known Implementing Classes:
- JiraWebTestRunner
public interface TransformableRunner<T extends org.junit.runners.ParentRunner<?>>
A runner capable of applying list of SuiteTransforms to itself.
- Since:
- v4.4
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-2011 Atlassian. All Rights Reserved.