Package org.apache.deltacloud.client

Examples of org.apache.deltacloud.client.DeltaCloudClient.performAction()


  @Test(expected = DeltaCloudClientException.class)
  public void destroyThrowsExceptionOnUnknowInstanceId() throws DeltaCloudClientException, IllegalArgumentException,
      InstantiationException, IllegalAccessException, InvocationTargetException, SecurityException,
      NoSuchMethodException {
    DeltaCloudClient client = testSetup.getClient();
    client.performAction(
        createInstanceAction(
            "destroy",
            MockIntegrationTestContext.DELTACLOUD_URL,
            HttpMethod.POST,
            new Instance()));
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.