Uses of Class
com.chutneytesting.component.execution.domain.ExecutableComposedTestCase
-
Packages that use ExecutableComposedTestCase Package Description com.chutneytesting.component.execution.domain com.chutneytesting.component.scenario.api com.chutneytesting.component.scenario.infra -
-
Uses of ExecutableComposedTestCase in com.chutneytesting.component.execution.domain
Methods in com.chutneytesting.component.execution.domain that return ExecutableComposedTestCase Modifier and Type Method Description ExecutableComposedTestCaseComposedTestCaseDatatableIterationsPreProcessor. apply(ExecutionRequest executionRequest)ExecutableComposedTestCaseComposedTestCaseParametersResolutionPreProcessor. apply(ExecutionRequest executionRequest)ExecutableComposedTestCaseComposedTestCasePreProcessor. apply(ExecutionRequest executionRequest)ExecutableComposedTestCaseComposedTestCaseParametersResolutionPreProcessor. applyOnStrategy(ExecutableComposedTestCase testCase, Map<String,String> globalVariable)ExecutableComposedTestCaseExecutableComposedTestCaseRepository. findExecutableById(String scenarioId)Methods in com.chutneytesting.component.execution.domain with parameters of type ExecutableComposedTestCase Modifier and Type Method Description ExecutableComposedTestCaseComposedTestCaseParametersResolutionPreProcessor. applyOnStrategy(ExecutableComposedTestCase testCase, Map<String,String> globalVariable) -
Uses of ExecutableComposedTestCase in com.chutneytesting.component.scenario.api
Methods in com.chutneytesting.component.scenario.api with parameters of type ExecutableComposedTestCase Modifier and Type Method Description static ComposableTestCaseDtoExecutableComposableTestCaseMapper. toDto(ExecutableComposedTestCase composableTestCase) -
Uses of ExecutableComposedTestCase in com.chutneytesting.component.scenario.infra
Methods in com.chutneytesting.component.scenario.infra that return ExecutableComposedTestCase Modifier and Type Method Description ExecutableComposedTestCaseExecutableComposedTestCaseMapper. composableToExecutable(ComposableTestCase composableTestCase)
-