Class ServerTestEngineJavaImpl
java.lang.Object
com.chutneytesting.execution.infra.execution.ServerTestEngineJavaImpl
- All Implemented Interfaces:
ServerTestEngine
-
Constructor Summary
ConstructorsConstructorDescriptionServerTestEngineJavaImpl(TestEngine executionEngine, ExecutionRequestMapper executionRequestMapper) -
Method Summary
Modifier and TypeMethodDescriptionexecute(ExecutionRequest executionRequest) org.apache.commons.lang3.tuple.Pair<io.reactivex.Observable<StepExecutionReportCore>,Long> executeAndFollow(ExecutionRequest executionRequest) voidvoidvoid
-
Constructor Details
-
ServerTestEngineJavaImpl
public ServerTestEngineJavaImpl(TestEngine executionEngine, ExecutionRequestMapper executionRequestMapper)
-
-
Method Details
-
execute
- Specified by:
executein interfaceServerTestEngine
-
executeAndFollow
public org.apache.commons.lang3.tuple.Pair<io.reactivex.Observable<StepExecutionReportCore>,Long> executeAndFollow(ExecutionRequest executionRequest) - Specified by:
executeAndFollowin interfaceServerTestEngine
-
stop
- Specified by:
stopin interfaceServerTestEngine
-
pause
- Specified by:
pausein interfaceServerTestEngine
-
resume
- Specified by:
resumein interfaceServerTestEngine
-