@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()));