com.google.code.jetm.reporting.xml
Class XmlAggregateTest

java.lang.Object
  extended by com.google.code.jetm.reporting.xml.XmlAggregateTest

public class XmlAggregateTest
extends Object

Unit tests for XmlAggregate.

Author:
jrh3k5

Constructor Summary
XmlAggregateTest()
           
 
Method Summary
 void testGetAverage()
          Test the computation of averages.
 void testGetAverageNoMeasurements()
          If the aggregate has 0 measurements, it should return 0 for the average.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlAggregateTest

public XmlAggregateTest()
Method Detail

testGetAverage

public void testGetAverage()
Test the computation of averages.


testGetAverageNoMeasurements

public void testGetAverageNoMeasurements()
If the aggregate has 0 measurements, it should return 0 for the average.



Copyright © 2011. All Rights Reserved.