Interface TestEngine
- All Known Implementing Classes:
EmbeddedTestEngine,HttpTestEngine
public interface TestEngine
-
Method Summary
Modifier and TypeMethodDescriptionexecute(ExecutionRequestDto request) executeAsync(ExecutionRequestDto request) voidpauseExecution(Long executionId) io.reactivex.rxjava3.core.Observable<StepExecutionReportDto>receiveNotification(Long executionId) voidresumeExecution(Long executionId) voidstopExecution(Long executionId)
-
Method Details
-
execute
-
executeAsync
-
receiveNotification
-
pauseExecution
-
resumeExecution
-
stopExecution
-