Timer test suite. More...
#include "ns3/nstime.h"
#include "ns3/simulator.h"
#include "ns3/test.h"
#include "ns3/timer.h"
Go to the source code of this file.
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... | |
Namespaces | |
anonymous_namespace{timer-test-suite.cc} | |
Functions | |
void | anonymous_namespace{timer-test-suite.cc}::bar2i (int, int) |
Function with two int parameters. More... | |
void | anonymous_namespace{timer-test-suite.cc}::bar3i (int, int, int) |
Function with three int parameters. More... | |
void | anonymous_namespace{timer-test-suite.cc}::bar4i (int, int, int, int) |
Function with four int parameters. More... | |
void | anonymous_namespace{timer-test-suite.cc}::bar5i (int, int, int, int, int) |
Function with five int parameters. More... | |
void | anonymous_namespace{timer-test-suite.cc}::barcir (const int &) |
Function with one const int reference parameter. More... | |
void | anonymous_namespace{timer-test-suite.cc}::bari (int) |
Function with one int parameter. More... | |
void | anonymous_namespace{timer-test-suite.cc}::barir (int &) |
Function with one int reference parameter. More... | |
Variables | |
static TimerTestSuite | g_timerTestSuite |
Static variable for test initialization. More... | |
Timer test suite.
Definition in file timer-test-suite.cc.
|
static |
Static variable for test initialization.
Definition at line 239 of file timer-test-suite.cc.