Add additional test for Poco::Util::Timer

Test scheduling with Timestamp and Clock

Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
This commit is contained in:
Pascal Bach
2014-11-12 15:39:39 +01:00
parent 33998a2156
commit e2538ac6e2
2 changed files with 112 additions and 19 deletions

View File

@@ -28,14 +28,17 @@ public:
TimerTest(const std::string& name);
~TimerTest();
void testSchedule();
void testScheduleTimestamp();
void testScheduleClock();
void testScheduleInterval();
void testScheduleAtFixedRate();
void testScheduleIntervalTimestamp();
void testScheduleIntervalClock();
void testCancel();
void setUp();
void tearDown();
void onTimer(Poco::Util::TimerTask& task);
static CppUnit::Test* suite();