Examples of SmartOSApiMetadata


Examples of org.jclouds.smartos.SmartOSApiMetadata

@Test(groups = "unit", testName = "ServerManagerContextBuilderTest")
public class SmartOSManagerComputeServiceContextBuilderTest {

   @Test
   public void testCanBuildWithApiMetadata() {
      ComputeServiceContext context = ContextBuilder.newBuilder(new SmartOSApiMetadata())
               .modules(ImmutableSet.<Module> of(getSshModule())).build(ComputeServiceContext.class);
      context.close();
   }
View Full Code Here

Examples of org.jclouds.smartos.SmartOSApiMetadata

@Test(groups = "unit", testName = "ServerManagerContextBuilderTest")
public class SmartOSManagerComputeServiceContextBuilderTest {

   @Test
   public void testCanBuildWithApiMetadata() {
      ComputeServiceContext context = ContextBuilder.newBuilder(new SmartOSApiMetadata())
               .modules(ImmutableSet.<Module> of(getSshModule())).build(ComputeServiceContext.class);
      context.close();
   }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.