/**
* Use case for RangeStatisticImpl class.
* @throws Exception
*/
public void testStatistic() throws Exception {
RangeStatisticImpl stat = new RangeStatisticImpl("myRange", "millis", "myDescription");
assertStatistic(stat, "myRange", "millis", "myDescription");
assertRangeStatistic(stat);
}