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

Public Member Functions

 TimerTemplateTestCase ()
void baz2i (int, int)
void baz3i (int, int, int)
void baz4i (int, int, int, int)
void baz5i (int, int, int, int, int)
void baz6i (int, int, int, int, int, int)
void bazcip (const int *)
void bazcir (const int &)
void bazi (int)
void bazip (int *)
void bazir (int &)
virtual void DoRun (void)
 Implementation to actually run this test case.
virtual void DoTeardown (void)
 Implementation to do any local setup required for this test case.
- Public Member Functions inherited from ns3::TestCase
virtual ~TestCase ()

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 96 of file timer-test-suite.cc.

Constructor & Destructor Documentation

ns3::TimerTemplateTestCase::TimerTemplateTestCase ( )

Definition at line 134 of file timer-test-suite.cc.

Member Function Documentation

void ns3::TimerTemplateTestCase::baz2i ( int  ,
int   
)
inline

Definition at line 105 of file timer-test-suite.cc.

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::TimerTemplateTestCase::baz3i ( int  ,
int  ,
int   
)
inline

Definition at line 108 of file timer-test-suite.cc.

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::TimerTemplateTestCase::baz4i ( int  ,
int  ,
int  ,
int   
)
inline

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

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::TimerTemplateTestCase::baz5i ( int  ,
int  ,
int  ,
int  ,
int   
)
inline

Definition at line 114 of file timer-test-suite.cc.

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::TimerTemplateTestCase::baz6i ( int  ,
int  ,
int  ,
int  ,
int  ,
int   
)
inline

Definition at line 117 of file timer-test-suite.cc.

void ns3::TimerTemplateTestCase::bazcip ( const int *  )
inline

Definition at line 129 of file timer-test-suite.cc.

void ns3::TimerTemplateTestCase::bazcir ( const int &  )
inline

Definition at line 120 of file timer-test-suite.cc.

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::TimerTemplateTestCase::bazi ( int  )
inline

Definition at line 102 of file timer-test-suite.cc.

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::TimerTemplateTestCase::bazip ( int *  )
inline

Definition at line 126 of file timer-test-suite.cc.

void ns3::TimerTemplateTestCase::bazir ( int &  )
inline

Definition at line 123 of file timer-test-suite.cc.

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::TimerTemplateTestCase::DoTeardown ( void  )
virtual

Implementation to do any local setup required for this test case.

Subclasses should override this method to perform any costly per-test teardown

Reimplemented from ns3::TestCase.

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

References ns3::Simulator::Destroy(), and ns3::TestCase::Run().

+ Here is the call graph for this function:


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