Simulator class test suite. More...
#include "ns3/test.h"
#include "ns3/simulator.h"
#include "ns3/list-scheduler.h"
#include "ns3/heap-scheduler.h"
#include "ns3/map-scheduler.h"
#include "ns3/calendar-scheduler.h"
#include "ns3/priority-queue-scheduler.h"
Go to the source code of this file.
Classes | |
class | SimulatorEventsTestCase |
Check that basic event handling is working with different Simulator implementations. More... | |
class | SimulatorTemplateTestCase |
Check that all templates are instantiated correctly. More... | |
class | SimulatorTestSuite |
The simulator Test Suite. More... | |
Functions | |
static void | ber1 (int &) |
Function used for scheduling. More... | |
static void | ber2 (int &, int &) |
Function used for scheduling. More... | |
static void | ber3 (int &, int &, int &) |
Function used for scheduling. More... | |
static void | ber4 (int &, int &, int &, int &) |
Function used for scheduling. More... | |
static void | ber5 (int &, int &, int &, int &, int &) |
Function used for scheduling. More... | |
static void | cber1 (const int &) |
Function used for scheduling. More... | |
static void | cber2 (const int &, const int &) |
Function used for scheduling. More... | |
static void | cber3 (const int &, const int &, const int &) |
Function used for scheduling. More... | |
static void | cber4 (const int &, const int &, const int &, const int &) |
Function used for scheduling. More... | |
static void | cber5 (const int &, const int &, const int &, const int &, const int &) |
Function used for scheduling. More... | |
static void | foo0 (void) |
Function used for scheduling. More... | |
static void | foo1 (int) |
Function used for scheduling. More... | |
static void | foo2 (int, int) |
Function used for scheduling. More... | |
static void | foo3 (int, int, int) |
Function used for scheduling. More... | |
static void | foo4 (int, int, int, int) |
Function used for scheduling. More... | |
static void | foo5 (int, int, int, int, int) |
Function used for scheduling. More... | |
Variables | |
static SimulatorTestSuite | g_simulatorTestSuite |
Static variable for test initialization. More... | |
Simulator class test suite.
Definition in file simulator-test-suite.cc.
|
static |
Function used for scheduling.
Definition at line 300 of file simulator-test-suite.cc.
Referenced by SimulatorTemplateTestCase::DoRun().
|
static |
Function used for scheduling.
Definition at line 302 of file simulator-test-suite.cc.
Referenced by SimulatorTemplateTestCase::DoRun().
|
static |
Function used for scheduling.
Definition at line 304 of file simulator-test-suite.cc.
Referenced by SimulatorTemplateTestCase::DoRun().
|
static |
Function used for scheduling.
Definition at line 306 of file simulator-test-suite.cc.
Referenced by SimulatorTemplateTestCase::DoRun().
|
static |
Function used for scheduling.
Definition at line 308 of file simulator-test-suite.cc.
Referenced by SimulatorTemplateTestCase::DoRun().
|
static |
Function used for scheduling.
Definition at line 310 of file simulator-test-suite.cc.
Referenced by SimulatorTemplateTestCase::DoRun().
|
static |
Function used for scheduling.
Definition at line 312 of file simulator-test-suite.cc.
Referenced by SimulatorTemplateTestCase::DoRun().
|
static |
Function used for scheduling.
Definition at line 314 of file simulator-test-suite.cc.
Referenced by SimulatorTemplateTestCase::DoRun().
|
static |
Function used for scheduling.
Definition at line 316 of file simulator-test-suite.cc.
Referenced by SimulatorTemplateTestCase::DoRun().
|
static |
Function used for scheduling.
Definition at line 318 of file simulator-test-suite.cc.
Referenced by SimulatorTemplateTestCase::DoRun().
|
static |
Function used for scheduling.
Definition at line 288 of file simulator-test-suite.cc.
Referenced by SimulatorTemplateTestCase::DoRun().
|
static |
Function used for scheduling.
Definition at line 290 of file simulator-test-suite.cc.
Referenced by SimulatorTemplateTestCase::DoRun().
|
static |
Function used for scheduling.
Definition at line 292 of file simulator-test-suite.cc.
Referenced by SimulatorTemplateTestCase::DoRun().
|
static |
Function used for scheduling.
Definition at line 294 of file simulator-test-suite.cc.
Referenced by SimulatorTemplateTestCase::DoRun().
|
static |
Function used for scheduling.
Definition at line 296 of file simulator-test-suite.cc.
Referenced by SimulatorTemplateTestCase::DoRun().
|
static |
Function used for scheduling.
Definition at line 298 of file simulator-test-suite.cc.
Referenced by SimulatorTemplateTestCase::DoRun().
|
static |
Static variable for test initialization.
Definition at line 560 of file simulator-test-suite.cc.