src/core/test/watchdog-test-suite.cc
changeset 7169 358f71a624d8
parent 6952 91a77c7f3bb2
child 9079 1e5921e6507d
equal deleted inserted replaced
7168:7c724be8f9a6 7169:358f71a624d8
    33   Time m_expiredArgument;
    33   Time m_expiredArgument;
    34 };
    34 };
    35 
    35 
    36 WatchdogTestCase::WatchdogTestCase()
    36 WatchdogTestCase::WatchdogTestCase()
    37   : TestCase ("Check that we can keepalive a watchdog")
    37   : TestCase ("Check that we can keepalive a watchdog")
    38 {}
    38 {
       
    39 }
    39 
    40 
    40 void
    41 void
    41 WatchdogTestCase::Expire (Time expected)
    42 WatchdogTestCase::Expire (Time expected)
    42 {
    43 {
    43   m_expired = true;
    44   m_expired = true;