> +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 {
This class is currently not adding any value, or doing anything useful for that
matter, so I'm going to remove it until this initial round of checks is deemed
Ok. Once the code looks good I'll go back and add in the testers.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/116/files#r22192437