A Discrete-Event Network Simulator
API
simulator-test-suite.cc File Reference
#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"
+ Include dependency graph for simulator-test-suite.cc:

Go to the source code of this file.

Classes

class  SimulatorEventsTestCase
 
class  SimulatorTemplateTestCase
 
class  SimulatorTestSuite
 

Functions

static void ber1 (int &)
 
static void ber2 (int &, int &)
 
static void ber3 (int &, int &, int &)
 
static void ber4 (int &, int &, int &, int &)
 
static void ber5 (int &, int &, int &, int &, int &)
 
static void cber1 (const int &)
 
static void cber2 (const int &, const int &)
 
static void cber3 (const int &, const int &, const int &)
 
static void cber4 (const int &, const int &, const int &, const int &)
 
static void cber5 (const int &, const int &, const int &, const int &, const int &)
 
static void foo0 (void)
 
static void foo1 (int)
 
static void foo2 (int, int)
 
static void foo3 (int, int, int)
 
static void foo4 (int, int, int, int)
 
static void foo5 (int, int, int, int, int)
 

Variables

SimulatorTestSuite g_simulatorTestSuite
 

Function Documentation

◆ ber1()

static void ber1 ( int &  )
static

Definition at line 236 of file simulator-test-suite.cc.

Referenced by SimulatorTemplateTestCase::DoRun().

+ Here is the caller graph for this function:

◆ ber2()

static void ber2 ( int &  ,
int &   
)
static

Definition at line 238 of file simulator-test-suite.cc.

Referenced by SimulatorTemplateTestCase::DoRun().

+ Here is the caller graph for this function:

◆ ber3()

static void ber3 ( int &  ,
int &  ,
int &   
)
static

Definition at line 240 of file simulator-test-suite.cc.

Referenced by SimulatorTemplateTestCase::DoRun().

+ Here is the caller graph for this function:

◆ ber4()

static void ber4 ( int &  ,
int &  ,
int &  ,
int &   
)
static

Definition at line 242 of file simulator-test-suite.cc.

Referenced by SimulatorTemplateTestCase::DoRun().

+ Here is the caller graph for this function:

◆ ber5()

static void ber5 ( int &  ,
int &  ,
int &  ,
int &  ,
int &   
)
static

Definition at line 244 of file simulator-test-suite.cc.

Referenced by SimulatorTemplateTestCase::DoRun().

+ Here is the caller graph for this function:

◆ cber1()

static void cber1 ( const int &  )
static

Definition at line 246 of file simulator-test-suite.cc.

Referenced by SimulatorTemplateTestCase::DoRun().

+ Here is the caller graph for this function:

◆ cber2()

static void cber2 ( const int &  ,
const int &   
)
static

Definition at line 248 of file simulator-test-suite.cc.

Referenced by SimulatorTemplateTestCase::DoRun().

+ Here is the caller graph for this function:

◆ cber3()

static void cber3 ( const int &  ,
const int &  ,
const int &   
)
static

Definition at line 250 of file simulator-test-suite.cc.

Referenced by SimulatorTemplateTestCase::DoRun().

+ Here is the caller graph for this function:

◆ cber4()

static void cber4 ( const int &  ,
const int &  ,
const int &  ,
const int &   
)
static

Definition at line 252 of file simulator-test-suite.cc.

Referenced by SimulatorTemplateTestCase::DoRun().

+ Here is the caller graph for this function:

◆ cber5()

static void cber5 ( const int &  ,
const int &  ,
const int &  ,
const int &  ,
const int &   
)
static

Definition at line 254 of file simulator-test-suite.cc.

Referenced by SimulatorTemplateTestCase::DoRun().

+ Here is the caller graph for this function:

◆ foo0()

static void foo0 ( void  )
static

Definition at line 224 of file simulator-test-suite.cc.

Referenced by SimulatorTemplateTestCase::DoRun().

+ Here is the caller graph for this function:

◆ foo1()

static void foo1 ( int  )
static

Definition at line 226 of file simulator-test-suite.cc.

Referenced by SimulatorTemplateTestCase::DoRun().

+ Here is the caller graph for this function:

◆ foo2()

static void foo2 ( int  ,
int   
)
static

Definition at line 228 of file simulator-test-suite.cc.

Referenced by SimulatorTemplateTestCase::DoRun().

+ Here is the caller graph for this function:

◆ foo3()

static void foo3 ( int  ,
int  ,
int   
)
static

Definition at line 230 of file simulator-test-suite.cc.

Referenced by SimulatorTemplateTestCase::DoRun().

+ Here is the caller graph for this function:

◆ foo4()

static void foo4 ( int  ,
int  ,
int  ,
int   
)
static

Definition at line 232 of file simulator-test-suite.cc.

Referenced by SimulatorTemplateTestCase::DoRun().

+ Here is the caller graph for this function:

◆ foo5()

static void foo5 ( int  ,
int  ,
int  ,
int  ,
int   
)
static

Definition at line 234 of file simulator-test-suite.cc.

Referenced by SimulatorTemplateTestCase::DoRun().

+ Here is the caller graph for this function:

Variable Documentation

◆ g_simulatorTestSuite

SimulatorTestSuite g_simulatorTestSuite