Package eu.scape_project.planning.model.values

Examples of eu.scape_project.planning.model.values.TargetValues.average()


    }

    @Test
    public void testAverageEmptyList() {
        TargetValues values = new TargetValues();
        assertEquals(0.0, values.average(), EPSILON);
    }

}
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.