> +import org.jclouds.aws.ec2.AWSEC2Api;
> +import
> org.jclouds.aws.ec2.compute.internal.BaseAWSEC2ComputeServiceExpectTest;
> +import org.jclouds.aws.ec2.domain.AWSRunningInstance;
> +import org.jclouds.http.HttpRequest;
> +import org.jclouds.http.HttpResponse;
> +import org.jclouds.util.Strings2;
> +import org.testng.annotations.Test;
> +
> +import com.google.common.collect.ImmutableMultimap;
> +import com.google.common.collect.ImmutableSet;
> +
> +/**
> + * @author Andrew Bayer
> + */
> +@Test(groups = "unit")
> +public class AWSInstanceApiExpectTest extends
> BaseAWSEC2ComputeServiceExpectTest {
Then I'm sure we'll live with this one using expect tests, too.
@adriancole: thoughts on preferred test style?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/194/files#r7361167