Package org.jclouds.abiquo.domain.config

Examples of org.jclouds.abiquo.domain.config.Category


      assertNotNull(datacenter);
      assertEquals(datacenter.getId(), env.datacenter.getId());
   }

   public void testGetCategory() {
      Category category = env.virtualMachine.getTemplate().getCategory();
      assertNotNull(category);
   }
View Full Code Here


      assertNotNull(datacenter);
      assertEquals(datacenter.getId(), env.datacenter.getId());
   }

   public void testGetCategory() {
      Category category = env.virtualMachine.getTemplate().getCategory();
      assertNotNull(category);
   }
View Full Code Here

TOP

Related Classes of org.jclouds.abiquo.domain.config.Category

Copyright © 2018 www.massapicom. 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.