Uses of Class
com.chutneytesting.engine.api.execution.ExecutionRequestDto
-
Packages that use ExecutionRequestDto Package Description com.chutneytesting.engine.api.execution -
-
Uses of ExecutionRequestDto in com.chutneytesting.engine.api.execution
Methods in com.chutneytesting.engine.api.execution with parameters of type ExecutionRequestDto Modifier and Type Method Description StepExecutionReportDtoEmbeddedTestEngine. execute(ExecutionRequestDto request)StepExecutionReportDtoHttpTestEngine. execute(ExecutionRequestDto request)StepExecutionReportDtoTestEngine. execute(ExecutionRequestDto request)LongEmbeddedTestEngine. executeAsync(ExecutionRequestDto request)LongHttpTestEngine. executeAsync(ExecutionRequestDto request)LongTestEngine. executeAsync(ExecutionRequestDto request)
-