> +import static org.testng.Assert.assertEquals;
> +
> +import org.jclouds.elasticstack.domain.StandardDrive;
> +import org.jclouds.http.HttpResponse;
> +import org.testng.annotations.Test;
> +
> +import com.google.common.collect.ImmutableSet;
> +import com.google.inject.Guice;
> +
> +/**
> + * @author Ignasi Barrera
> + */
> +@Test(groups = { "unit" })
> +public class ListOfKeyValuesDelimitedByBlankLinesToStandardDriveSetTest {
> +
> + private static final
> ListOfKeyValuesDelimitedByBlankLinesToStandardDriveSet FN =
> Guice.createInjector().getInstance(
I named it `FN` to keep the convention used in the other classes int he same
packages that test the other "ListOfKey" functions. Worth renaming all them?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/362/files#r13038721