A Discrete-Event Network Simulator
API
TimerTemplateTestCase Class Reference
+ Inheritance diagram for TimerTemplateTestCase:
+ Collaboration diagram for 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 TestCase. More...
 
virtual void DoTeardown (void)
 Implementation to do any local setup required for this TestCase. More...
 
- Public Member Functions inherited from ns3::TestCase
virtual ~TestCase ()
 Destructor. More...
 
std::string GetName (void) const
 

Additional Inherited Members

- Public Types inherited from ns3::TestCase
enum  TestDuration { QUICK = 1, EXTENSIVE = 2, TAKES_FOREVER = 3 }
 How long the test takes to execute. More...
 
- Protected Member Functions inherited from ns3::TestCase
 TestCase (std::string name)
 Constructor. More...
 
void AddTestCase (TestCase *testCase, TestDuration duration=QUICK)
 Add an individual child TestCase to this test suite. More...
 
TestCaseGetParent () const
 Get the parent of this TestCsse. More...
 
bool IsStatusFailure (void) const
 Check if any tests failed. More...
 
bool IsStatusSuccess (void) const
 Check if all tests passed. More...
 
void SetDataDir (std::string directory)
 Set the data directory where reference trace files can be found. More...
 
void ReportTestFailure (std::string cond, std::string actual, std::string limit, std::string message, std::string file, int32_t line)
 Log the failure of this TestCase. More...
 
bool MustAssertOnFailure (void) const
 Check if this run should assert on failure. More...
 
bool MustContinueOnFailure (void) const
 Check if this run should continue on failure. More...
 
std::string CreateDataDirFilename (std::string filename)
 Construct the full path to a file in the data directory. More...
 
std::string CreateTempDirFilename (std::string filename)
 Construct the full path to a file in a temporary directory. More...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ TimerTemplateTestCase()

TimerTemplateTestCase::TimerTemplateTestCase ( )

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

Member Function Documentation

◆ baz2i()

void 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:

◆ baz3i()

void 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:

◆ baz4i()

void 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:

◆ baz5i()

void 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:

◆ baz6i()

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

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

◆ bazcip()

void TimerTemplateTestCase::bazcip ( const int *  )
inline

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

◆ bazcir()

void 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:

◆ bazi()

void 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:

◆ bazip()

void TimerTemplateTestCase::bazip ( int *  )
inline

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

◆ bazir()

void 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:

◆ DoRun()

◆ DoTeardown()

void TimerTemplateTestCase::DoTeardown ( void  )
virtual

Implementation to do any local setup required for this TestCase.

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.


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