Class ServerTestEngineJavaImpl
- java.lang.Object
-
- com.chutneytesting.execution.infra.execution.ServerTestEngineJavaImpl
-
- All Implemented Interfaces:
ServerTestEngine
public class ServerTestEngineJavaImpl extends Object implements ServerTestEngine
-
-
Constructor Summary
Constructors Constructor Description ServerTestEngineJavaImpl(TestEngine executionEngine, ExecutionRequestMapper executionRequestMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StepExecutionReportCoreexecute(ExecutionRequest executionRequest)org.apache.commons.lang3.tuple.Pair<io.reactivex.Observable<StepExecutionReportCore>,Long>executeAndFollow(ExecutionRequest executionRequest)voidpause(Long executionHash)voidresume(Long executionHash)voidstop(Long executionHash)
-
-
-
Constructor Detail
-
ServerTestEngineJavaImpl
public ServerTestEngineJavaImpl(TestEngine executionEngine, ExecutionRequestMapper executionRequestMapper)
-
-
Method Detail
-
execute
public StepExecutionReportCore execute(ExecutionRequest executionRequest)
- 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
public void stop(Long executionHash)
- Specified by:
stopin interfaceServerTestEngine
-
pause
public void pause(Long executionHash)
- Specified by:
pausein interfaceServerTestEngine
-
resume
public void resume(Long executionHash)
- Specified by:
resumein interfaceServerTestEngine
-
-