Package step.basic.restclient.executions
Class RemoteExecutionManagerTest
- java.lang.Object
-
- step.handlers.javahandler.AbstractKeyword
-
- step.basic.restclient.tests.commons.keywords.AbstractClientTestKeyword
-
- step.basic.restclient.executions.RemoteExecutionManagerTest
-
public class RemoteExecutionManagerTest extends AbstractClientTestKeyword
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class step.basic.restclient.tests.commons.keywords.AbstractClientTestKeyword
AbstractClientTestKeyword.StepClientAndCredentials
-
-
Constructor Summary
Constructors Constructor Description RemoteExecutionManagerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
TC_BasicClient_RemoteExecutionManagerTest()
void
TestExecutePlan()
-
Methods inherited from class step.basic.restclient.tests.commons.keywords.AbstractClientTestKeyword
getClient, getCredentials, getStepClientAndCredentials, InitClient, newStepClientAndCredentials, onError
-
-
-
-
Method Detail
-
TC_BasicClient_RemoteExecutionManagerTest
public void TC_BasicClient_RemoteExecutionManagerTest() throws java.io.IOException, java.util.concurrent.TimeoutException, java.lang.InterruptedException
- Throws:
java.io.IOException
java.util.concurrent.TimeoutException
java.lang.InterruptedException
-
TestExecutePlan
public void TestExecutePlan() throws java.io.IOException, java.util.concurrent.TimeoutException, java.lang.InterruptedException
- Throws:
java.io.IOException
java.util.concurrent.TimeoutException
java.lang.InterruptedException
-
-