mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 12:18:01 +01:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user