org.hackystat.dailyprojectdata.resource.unittest
Class TestUnitTestCounter

java.lang.Object
  extended by org.hackystat.dailyprojectdata.resource.unittest.TestUnitTestCounter

public class TestUnitTestCounter
extends java.lang.Object

Test UnitTestDPDCounter class.

Author:
Pavel Senin.

Constructor Summary
TestUnitTestCounter()
           
 
Method Summary
 void addTest()
          Tests accounting.
 void setUp()
          Sets up testing environment.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestUnitTestCounter

public TestUnitTestCounter()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Sets up testing environment.

Throws:
java.lang.Exception - If problem occurs.

addTest

public void addTest()
             throws java.lang.Exception
Tests accounting.

Throws:
java.lang.Exception - if problem occurs.