Package de.dagere.peass.ci.persistence
Class TestMeasurementValues
- java.lang.Object
-
- de.dagere.peass.ci.persistence.TestMeasurementValues
-
public class TestMeasurementValues extends Object
-
-
Constructor Summary
Constructors Constructor Description TestMeasurementValues()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<Integer,de.dagere.peass.measurement.statistics.data.TestcaseStatistic>
getStatistics()
void
setStatistics(Map<Integer,de.dagere.peass.measurement.statistics.data.TestcaseStatistic> statistics)
-