public interface

TransformableRunner

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

Class Overview

A runner capable of applying list of SuiteTransforms to itself.

Summary

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

Public Methods

public T withTransforms (List<SuiteTransform> transforms)

An instance of this runner applying given list of transforms to itself.

Parameters
transforms transforms to apply
Returns
  • runner instance with transforms
Throws
InitializationError JUnit4 error