> +package org.jclouds.shipyard;
> +
> +import static org.testng.Assert.assertEquals;
> +import static org.testng.Assert.assertNotNull;
> +import static org.testng.Assert.assertTrue;
> +
> +import org.jclouds.apis.ApiMetadata;
> +import org.jclouds.apis.Apis;
> +import org.jclouds.compute.internal.BaseComputeServiceApiMetadataTest;
> +import org.testng.annotations.Test;
> +
> +/**
> + * Unit tests for the {@link ShipyardApiMetadata} class.
> + */
> +@Test(groups = "unit", testName = "ShipyardApiMetadataTest")
> +public class ShipyardApiMetadataTest extends 
> BaseComputeServiceApiMetadataTest {

Change parent class to `BaseApiMetadataTest` until the ComputeService is 
implemented.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/116/files#r21863619

Reply via email to