> +import org.jclouds.scriptbuilder.domain.StatementList;
> +import org.jclouds.scriptbuilder.statements.ssh.InstallRSAPrivateKey;
> +import org.jclouds.ssh.SshKeys;
> +import org.testng.annotations.Test;
> +
> +import java.util.Map;
> +
> +import static org.testng.Assert.assertEquals;
> +import static org.testng.Assert.assertNull;
> +import static org.testng.Assert.assertTrue;
> +
> +/**
> + * Unit tests for the {@link TemplateOptionsToStatementWithoutPublicKey} 
> class.
> + */
> +@Test(groups = "unit", testName = 
> "TemplateOptionsToStatementWithoutPublicKeyTest")
> +public class TemplateOptionsToStatementWithoutPublicKeyTest {

Do we check here whether `options` are modified across the call?

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

Reply via email to