> +
> +import com.google.common.collect.Lists;
> +import java.util.List;
> +import org.jclouds.date.DateCodec;
> +import org.jclouds.date.DateCodecFactory;
> +import org.jclouds.http.functions.ParseSax;
> +import org.jclouds.profitbricks.domain.Location;
> +import org.jclouds.profitbricks.domain.OsType;
> +import org.jclouds.profitbricks.domain.ProvisioningState;
> +import org.jclouds.profitbricks.domain.Snapshot;
> +import org.jclouds.profitbricks.http.parser.BaseResponseHandlerTest;
> +import static org.testng.Assert.assertEquals;
> +import static org.testng.Assert.assertNotNull;
> +import org.testng.annotations.Test;
> +
> +public class SnapshotListResponseHandlerTest extends
> BaseResponseHandlerTest<List<Snapshot>> {
Configure the test in the "unit" group.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/136/files#r25060457