Package org.jclouds.rds.parse

Examples of org.jclouds.rds.parse.GetSubnetGroupResponseTest


            .payload(payloadFromResourceWithContentType("/get_subnetgroup.xml", "text/xml")).build();

      RDSApi apiWhenExist = requestSendsResponse(
            get, getResponse);

      assertEquals(apiWhenExist.getSubnetGroupApi().get("name").toString(), new GetSubnetGroupResponseTest().expected().toString());
   }
View Full Code Here


            .payload(payloadFromResourceWithContentType("/get_subnetgroup.xml", "text/xml")).build();

      RDSApi apiWhenExist = requestSendsResponse(
            get, getResponse);

      assertEquals(apiWhenExist.getSubnetGroupApi().get("name").toString(), new GetSubnetGroupResponseTest().expected().toString());
   }
View Full Code Here

TOP

Related Classes of org.jclouds.rds.parse.GetSubnetGroupResponseTest

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.