Class ComposedTestCasePreProcessor
- java.lang.Object
-
- com.chutneytesting.component.execution.domain.ComposedTestCasePreProcessor
-
- All Implemented Interfaces:
TestCasePreProcessor<ExecutableComposedTestCase>
@Component public class ComposedTestCasePreProcessor extends Object implements TestCasePreProcessor<ExecutableComposedTestCase>
-
-
Constructor Summary
Constructors Constructor Description ComposedTestCasePreProcessor(com.fasterxml.jackson.databind.ObjectMapper objectMapper, GlobalvarRepository globalvarRepository, DataSetRepository dataSetRepository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutableComposedTestCaseapply(ExecutionRequest executionRequest)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.chutneytesting.server.core.domain.execution.processor.TestCasePreProcessor
replaceParams, replaceParams, replaceParams, test
-
-
-
-
Constructor Detail
-
ComposedTestCasePreProcessor
public ComposedTestCasePreProcessor(com.fasterxml.jackson.databind.ObjectMapper objectMapper, GlobalvarRepository globalvarRepository, DataSetRepository dataSetRepository)
-
-
Method Detail
-
apply
public ExecutableComposedTestCase apply(ExecutionRequest executionRequest)
- Specified by:
applyin interfaceTestCasePreProcessor<ExecutableComposedTestCase>
-
-