]> git.localhorst.tv Git - blank.git/blobdiff - tst/app/TimerTest.hpp
centralize entity controllers
[blank.git] / tst / app / TimerTest.hpp
index ead7d43e63c76913aa0a2bcd364ae85fa45a7309..b99ce70c35ceea26c0ffc4514a13235d4c97354f 100644 (file)
@@ -12,7 +12,8 @@ class TimerTest
 
 CPPUNIT_TEST_SUITE(TimerTest);
 
-CPPUNIT_TEST(testIntervalTimer);
+CPPUNIT_TEST(testCoarseTimer);
+CPPUNIT_TEST(testFineTimer);
 
 CPPUNIT_TEST_SUITE_END();
 
@@ -20,7 +21,8 @@ public:
        void setUp();
        void tearDown();
 
-       void testIntervalTimer();
+       void testCoarseTimer();
+       void testFineTimer();
 
 };