Class RawDataSetPreProcessor
- java.lang.Object
-
- com.chutneytesting.execution.domain.RawDataSetPreProcessor
-
- All Implemented Interfaces:
TestCasePreProcessor<RawTestCase>
@Component public class RawDataSetPreProcessor extends Object implements TestCasePreProcessor<RawTestCase>
-
-
Constructor Summary
Constructors Constructor Description RawDataSetPreProcessor(GlobalvarRepository globalvarRepository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RawTestCaseapply(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
-
RawDataSetPreProcessor
public RawDataSetPreProcessor(GlobalvarRepository globalvarRepository)
-
-
Method Detail
-
apply
public RawTestCase apply(ExecutionRequest executionRequest)
- Specified by:
applyin interfaceTestCasePreProcessor<RawTestCase>
-
-