A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
+ Collaboration diagram for Timer tests:

Files

file  timer-test-suite.cc
 Timer test suite.
 
file  trickle-timer-test-suite.cc
 Trickle Timer test suite.
 
file  watchdog-test-suite.cc
 Watchdog test suite.
 

Classes

class  TimerStateTestCase
 Check correct state transitions. More...
 
class  TimerTemplateTestCase
 Check that Timer template magic is working. More...
 
class  TimerTestSuite
 The timer Test Suite. More...
 
class  ns3::tests::TrickleTimerTestCase
 TrickleTimer test. More...
 
class  ns3::tests::TrickleTimerTestSuite
 Trickle Timer test suite. More...
 
class  ns3::tests::WatchdogTestCase
 Watchdog test. More...
 
class  ns3::tests::WatchdogTestSuite
 Watchdog test suite. More...
 

Variables

static TrickleTimerTestSuite ns3::tests::g_trickleTimerTestSuite
 TrickleTimerTestSuite instance variable.
 
static WatchdogTestSuite ns3::tests::g_watchdogTestSuite
 WatchdogTestSuite instance variable.
 

Detailed Description

Variable Documentation

◆ g_trickleTimerTestSuite

TrickleTimerTestSuite ns3::tests::g_trickleTimerTestSuite
static

TrickleTimerTestSuite instance variable.

Definition at line 224 of file trickle-timer-test-suite.cc.

◆ g_watchdogTestSuite

WatchdogTestSuite ns3::tests::g_watchdogTestSuite
static

WatchdogTestSuite instance variable.

Definition at line 111 of file watchdog-test-suite.cc.