System.out.println( ">>> " + testName.getMethodName());
}
@Test
public void restRuntimeFactoryBuilderTest() throws MalformedURLException, InsufficientInfoToBuildException {
RemoteRestRuntimeEngineFactory restRuntimeFactory =
RemoteRestRuntimeEngineFactory.newBuilder()
.addDeploymentId("deployment")
.addProcessInstanceId(23l)
.addUserName("S")
.addPassword("koek")