Package org.rhq.modules.integrationTests.restApi.d

Examples of org.rhq.modules.integrationTests.restApi.d.DoubleValue


    @Test
    public void testPutGetRawData() throws Exception {

        long now = System.currentTimeMillis();

        DoubleValue dataPoint = new DoubleValue(1.5);

        given()
            .header(acceptJson)
            .contentType(ContentType.JSON)
            .pathParam("id", numericScheduleId)
View Full Code Here

TOP

Related Classes of org.rhq.modules.integrationTests.restApi.d.DoubleValue

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.