Package org.jclouds.hostedchef.domain

Examples of org.jclouds.hostedchef.domain.Group


   public void testInvalidNullInput() {
      new GroupName().apply(null);
   }

   public void testApplyGroupName() throws IOException {
      assertEquals(new GroupName().apply(new Group("foo")), "foo");
   }
View Full Code Here

TOP

Related Classes of org.jclouds.hostedchef.domain.Group

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.