Class TestCasePreProcessors
- java.lang.Object
-
- com.chutneytesting.server.core.domain.execution.processor.TestCasePreProcessors
-
public class TestCasePreProcessors extends Object
-
-
Constructor Summary
Constructors Constructor Description TestCasePreProcessors(List<TestCasePreProcessor> processors)
-
-
-
Constructor Detail
-
TestCasePreProcessors
public TestCasePreProcessors(List<TestCasePreProcessor> processors)
-
-
Method Detail
-
apply
public <T extends TestCase> T apply(ExecutionRequest executionRequest)
-
-