> +import static org.testng.Assert.assertEquals;
> +
> +import org.jclouds.http.HttpRequest;
> +import org.jclouds.http.HttpResponse;
> +import org.jclouds.rackspace.autoscale.v1.AutoscaleApi;
> +import
> org.jclouds.rackspace.autoscale.v1.internal.BaseAutoscaleApiExpectTest;
> +import org.testng.annotations.Test;
> +
> +import com.google.common.collect.ImmutableSet;
> +
> +/**
> + * This test ensures that the wiring in {@link AutoscaleUKProviderMetadata}
> is correct.
> + *
> + */
> +@Test(groups = "unit", testName = "AutoscaleUKProviderMetadataExpectTest")
> +public class AutoscaleUKProviderMetadataExpectTest extends
> BaseAutoscaleApiExpectTest {
[minor] Still doing expect tests here?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/112/files#r14151379