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
Modifier and TypeMethodDescriptionapply(ExecutionRequest executionRequest) applyOnStrategy(ExecutableComposedTestCase testCase, Map<String, String> globalVariable) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.chutneytesting.server.core.domain.execution.processor.TestCasePreProcessor
replaceParams, replaceParams, replaceParams, test
-
Method Details
-
apply
- Specified by:
applyin interfaceTestCasePreProcessor<ExecutableComposedTestCase>
-
applyOnStrategy
public ExecutableComposedTestCase applyOnStrategy(ExecutableComposedTestCase testCase, Map<String, String> globalVariable)
-