A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::SimulatorTemplateTestCase Class Reference
+ Inheritance diagram for ns3::SimulatorTemplateTestCase:
+ Collaboration diagram for ns3::SimulatorTemplateTestCase:

Public Member Functions

 SimulatorTemplateTestCase ()
void Ref (void) const
void Unref (void) const
- Public Member Functions inherited from ns3::TestCase
virtual ~TestCase ()

Private Member Functions

void bar0 (void)
void bar0c (void) const
void bar1 (int)
void bar1c (int) const
void bar2 (int, int)
void bar2c (int, int) const
void bar3 (int, int, int)
void bar3c (int, int, int) const
void bar4 (int, int, int, int)
void bar4c (int, int, int, int) const
void bar5 (int, int, int, int, int)
void bar5c (int, int, int, int, int) const
void baz1 (int &)
void baz1c (int &) const
void baz2 (int &, int &)
void baz2c (int &, int &) const
void baz3 (int &, int &, int &)
void baz3c (int &, int &, int &) const
void baz4 (int &, int &, int &, int &)
void baz4c (int &, int &, int &, int &) const
void baz5 (int &, int &, int &, int &, int &)
void baz5c (int &, int &, int &, int &, int &) const
void cbaz1 (const int &)
void cbaz1c (const int &) const
void cbaz2 (const int &, const int &)
void cbaz2c (const int &, const int &) const
void cbaz3 (const int &, const int &, const int &)
void cbaz3c (const int &, const int &, const int &) const
void cbaz4 (const int &, const int &, const int &, const int &)
void cbaz4c (const int &, const int &, const int &, const int &) const
void cbaz5 (const int &, const int &, const int &, const int &, const int &)
void cbaz5c (const int &, const int &, const int &, const int &, const int &) const
virtual void DoRun (void)

Additional Inherited Members

- Protected Member Functions inherited from ns3::TestCase
 TestCase (std::string name)
void AddTestCase (TestCase *testCase)
 Add an individual test case to this test suite.
std::string CreateDataDirFilename (std::string filename)
std::string CreateTempDirFilename (std::string filename)
bool GetErrorStatus (void) const NS_DEPRECATED
std::string GetName (void) const
bool IsStatusFailure (void) const
bool IsStatusSuccess (void) const
bool MustAssertOnFailure (void) const
bool MustContinueOnFailure (void) const
void ReportTestFailure (std::string cond, std::string actual, std::string limit, std::string message, std::string file, int32_t line)
void SetDataDir (std::string directory)

Detailed Description

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

Constructor & Destructor Documentation

ns3::SimulatorTemplateTestCase::SimulatorTemplateTestCase ( )

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

Member Function Documentation

void ns3::SimulatorTemplateTestCase::bar0 ( void  )
inlineprivate

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

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::SimulatorTemplateTestCase::bar0c ( void  ) const
inlineprivate

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

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::SimulatorTemplateTestCase::bar1 ( int  )
inlineprivate

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

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::SimulatorTemplateTestCase::bar1c ( int  ) const
inlineprivate

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

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::SimulatorTemplateTestCase::bar2 ( int  ,
int   
)
inlineprivate

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

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::SimulatorTemplateTestCase::bar2c ( int  ,
int   
) const
inlineprivate

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

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::SimulatorTemplateTestCase::bar3 ( int  ,
int  ,
int   
)
inlineprivate

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

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::SimulatorTemplateTestCase::bar3c ( int  ,
int  ,
int   
) const
inlineprivate

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

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::SimulatorTemplateTestCase::bar4 ( int  ,
int  ,
int  ,
int   
)
inlineprivate

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

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::SimulatorTemplateTestCase::bar4c ( int  ,
int  ,
int  ,
int   
) const
inlineprivate

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

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::SimulatorTemplateTestCase::bar5 ( int  ,
int  ,
int  ,
int  ,
int   
)
inlineprivate

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

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::SimulatorTemplateTestCase::bar5c ( int  ,
int  ,
int  ,
int  ,
int   
) const
inlineprivate

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

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::SimulatorTemplateTestCase::baz1 ( int &  )
inlineprivate

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

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::SimulatorTemplateTestCase::baz1c ( int &  ) const
inlineprivate

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

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::SimulatorTemplateTestCase::baz2 ( int &  ,
int &   
)
inlineprivate

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

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::SimulatorTemplateTestCase::baz2c ( int &  ,
int &   
) const
inlineprivate

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

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::SimulatorTemplateTestCase::baz3 ( int &  ,
int &  ,
int &   
)
inlineprivate

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

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::SimulatorTemplateTestCase::baz3c ( int &  ,
int &  ,
int &   
) const
inlineprivate

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

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::SimulatorTemplateTestCase::baz4 ( int &  ,
int &  ,
int &  ,
int &   
)
inlineprivate

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

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::SimulatorTemplateTestCase::baz4c ( int &  ,
int &  ,
int &  ,
int &   
) const
inlineprivate

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

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::SimulatorTemplateTestCase::baz5 ( int &  ,
int &  ,
int &  ,
int &  ,
int &   
)
inlineprivate

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

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::SimulatorTemplateTestCase::baz5c ( int &  ,
int &  ,
int &  ,
int &  ,
int &   
) const
inlineprivate

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

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::SimulatorTemplateTestCase::cbaz1 ( const int &  )
inlineprivate

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

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::SimulatorTemplateTestCase::cbaz1c ( const int &  ) const
inlineprivate

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

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::SimulatorTemplateTestCase::cbaz2 ( const int &  ,
const int &   
)
inlineprivate

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

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::SimulatorTemplateTestCase::cbaz2c ( const int &  ,
const int &   
) const
inlineprivate

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

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::SimulatorTemplateTestCase::cbaz3 ( const int &  ,
const int &  ,
const int &   
)
inlineprivate

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

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::SimulatorTemplateTestCase::cbaz3c ( const int &  ,
const int &  ,
const int &   
) const
inlineprivate

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

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::SimulatorTemplateTestCase::cbaz4 ( const int &  ,
const int &  ,
const int &  ,
const int &   
)
inlineprivate

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

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::SimulatorTemplateTestCase::cbaz4c ( const int &  ,
const int &  ,
const int &  ,
const int &   
) const
inlineprivate

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

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::SimulatorTemplateTestCase::cbaz5 ( const int &  ,
const int &  ,
const int &  ,
const int &  ,
const int &   
)
inlineprivate

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

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::SimulatorTemplateTestCase::cbaz5c ( const int &  ,
const int &  ,
const int &  ,
const int &  ,
const int &   
) const
inlineprivate

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

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::SimulatorTemplateTestCase::Ref ( void  ) const
inline

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

void ns3::SimulatorTemplateTestCase::Unref ( void  ) const
inline

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


The documentation for this class was generated from the following file: