public interface TransformableRunner<T extends org.junit.runners.ParentRunner<?>>
SuiteTransform
s to itself.Modifier and Type | Method and Description |
---|---|
T |
withTransforms(List<SuiteTransform> transforms)
An instance of this runner applying given list of transforms to itself.
|
T withTransforms(List<SuiteTransform> transforms) throws org.junit.runners.model.InitializationError
transforms
- transforms to applyorg.junit.runners.model.InitializationError
- JUnit4 errorCopyright © 2002-2019 Atlassian. All Rights Reserved.