org.hackystat.telemetry.analyzer.reducer.util
Class TestIntervalUtility

java.lang.Object
  extended by org.hackystat.telemetry.analyzer.reducer.util.TestIntervalUtility

public class TestIntervalUtility
extends java.lang.Object

Test suite for IntervalUtility.

Author:
(Cedric) Qin Zhang, Philip Johnson

Constructor Summary
TestIntervalUtility()
           
 
Method Summary
 void testWithDayInterval()
          Tests with day interval.
 void testWithMonthInterval()
          Tests with month interval.
 void testWithWeekInterval()
          Tests with week interval.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestIntervalUtility

public TestIntervalUtility()
Method Detail

testWithDayInterval

public void testWithDayInterval()
                         throws java.lang.Exception
Tests with day interval.

Throws:
java.lang.Exception - If test fails.

testWithWeekInterval

public void testWithWeekInterval()
                          throws java.lang.Exception
Tests with week interval.

Throws:
java.lang.Exception - If test fails.

testWithMonthInterval

public void testWithMonthInterval()
                           throws java.lang.Exception
Tests with month interval.

Throws:
java.lang.Exception - If test fails.