Class ComposedTestCaseParametersResolutionPreProcessor
- java.lang.Object
-
- com.chutneytesting.component.execution.domain.ComposedTestCaseParametersResolutionPreProcessor
-
- All Implemented Interfaces:
TestCasePreProcessor<ExecutableComposedTestCase>
public class ComposedTestCaseParametersResolutionPreProcessor extends Object implements TestCasePreProcessor<ExecutableComposedTestCase>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutableComposedTestCaseapply(ExecutionRequest executionRequest)ExecutableComposedTestCaseapplyOnStrategy(ExecutableComposedTestCase testCase, Map<String,String> globalVariable)-
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
-
-
-
-
Method Detail
-
apply
public ExecutableComposedTestCase apply(ExecutionRequest executionRequest)
- Specified by:
applyin interfaceTestCasePreProcessor<ExecutableComposedTestCase>
-
applyOnStrategy
public ExecutableComposedTestCase applyOnStrategy(ExecutableComposedTestCase testCase, Map<String,String> globalVariable)
-
-