> +
> +import org.jclouds.date.DateService;
> +import org.jclouds.date.internal.SimpleDateFormatDateService;
> +import org.jclouds.http.HttpResponse;
> +import org.jclouds.openstack.manila.v1.domain.Share;
> +import org.jclouds.openstack.manila.v1.options.CreateShareOptions;
> +import org.jclouds.rest.ResourceNotFoundException;
> +import org.testng.annotations.Test;
> +
> +import com.google.common.collect.ImmutableSet;
> +
> +/**
> + * Tests ShareApi Guice wiring and parsing
> + */
> +@Test(groups = "unit", testName = "ShareApiExpectTest")
> +public class ShareApiExpectTest extends
> org.jclouds.openstack.manila.v1.internal.BaseManilaApiExpectTest {
Use mock test instead of expect tests.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/198/files#r35161086