Class ComposedTestCaseDatatableIterationsPreProcessor
- java.lang.Object
-
- com.chutneytesting.component.execution.domain.ComposedTestCaseDatatableIterationsPreProcessor
-
- All Implemented Interfaces:
TestCasePreProcessor<ExecutableComposedTestCase>
public class ComposedTestCaseDatatableIterationsPreProcessor extends Object implements TestCasePreProcessor<ExecutableComposedTestCase>
-
-
Field Summary
Fields Modifier and Type Field Description static StringDATASET_ITERATIONS_STRATEGY_TYPEDuplicate of DataSetIterationsStrategy.TYPE in engine domain
-
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
-
-
-
-
Field Detail
-
DATASET_ITERATIONS_STRATEGY_TYPE
public static final String DATASET_ITERATIONS_STRATEGY_TYPE
Duplicate of DataSetIterationsStrategy.TYPE in engine domain- See Also:
- Constant Field Values
-
-
Method Detail
-
apply
public ExecutableComposedTestCase apply(ExecutionRequest executionRequest)
- Specified by:
applyin interfaceTestCasePreProcessor<ExecutableComposedTestCase>
-
-