A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
TimerTemplateTestCase Class Reference

Check that Timer template magic is working. More...

+ Inheritance diagram for TimerTemplateTestCase:
+ Collaboration diagram for TimerTemplateTestCase:

Public Member Functions

 TimerTemplateTestCase ()
 
void baz2i (int, int)
 Member function with two int parameters.
 
void baz3i (int, int, int)
 Member function with three int parameters.
 
void baz4i (int, int, int, int)
 Member function with four int parameters.
 
void baz5i (int, int, int, int, int)
 Member function with five int parameters.
 
void baz6i (int, int, int, int, int, int)
 Member function with six int parameters.
 
void bazcip (const int *)
 Member function with one const int pointer parameter.
 
void bazcir (const int &)
 Member function with one const int reference parameter.
 
void bazi (int)
 Member function with one int parameter.
 
void bazip (int *)
 Member function with one int pointer parameter.
 
void bazir (int &)
 Member function with one int reference parameter.
 
void DoRun () override
 Implementation to actually run this TestCase.
 
void DoTeardown () override
 Implementation to do any local setup required for this TestCase.
 
- Public Member Functions inherited from ns3::TestCase
 TestCase (const TestCase &)=delete
 
virtual ~TestCase ()
 Destructor.
 
std::string GetName () const
 
TestCaseoperator= (const TestCase &)=delete
 

Additional Inherited Members

- Public Types inherited from ns3::TestCase
enum class  Duration { QUICK = 1 , EXTENSIVE = 2 , TAKES_FOREVER = 3 }
 How long the test takes to execute. More...
 
using instead = Duration
 
- Static Public Attributes inherited from ns3::TestCase
static constexpr auto EXTENSIVE = Duration::EXTENSIVE
 
static constexpr auto QUICK = Duration::QUICK
 
static constexpr auto TAKES_FOREVER
 
- Protected Member Functions inherited from ns3::TestCase
 TestCase (std::string name)
 Constructor.
 
void AddTestCase (TestCase *testCase, Duration duration=Duration::QUICK)
 Add an individual child TestCase to this test suite.
 
TestCaseGetParent () const
 Get the parent of this TestCase.
 
bool IsStatusFailure () const
 Check if any tests failed.
 
bool IsStatusSuccess () const
 Check if all tests passed.
 
void SetDataDir (std::string directory)
 Set the data directory where reference trace files can be found.
 
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.
 
bool MustAssertOnFailure () const
 Check if this run should assert on failure.
 
bool MustContinueOnFailure () const
 Check if this run should continue on failure.
 
std::string CreateDataDirFilename (std::string filename)
 Construct the full path to a file in the data directory.
 
std::string CreateTempDirFilename (std::string filename)
 Construct the full path to a file in a temporary directory.
 

Detailed Description

Check that Timer template magic is working.

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

Constructor & Destructor Documentation

◆ TimerTemplateTestCase()

TimerTemplateTestCase::TimerTemplateTestCase ( )

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

Member Function Documentation

◆ baz2i()

void TimerTemplateTestCase::baz2i ( int  ,
int   
)
inline

Member function with two int parameters.

Definition at line 127 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

Member function with three int parameters.

Definition at line 129 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

Member function with four int parameters.

Definition at line 131 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

Member function with five int parameters.

Definition at line 133 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

Member function with six int parameters.

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

◆ bazcip()

void TimerTemplateTestCase::bazcip ( const int *  )
inline

Member function with one const int pointer parameter.

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

◆ bazcir()

void TimerTemplateTestCase::bazcir ( const int &  )
inline

Member function with one const int reference parameter.

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

Referenced by DoRun().

+ Here is the caller graph for this function:

◆ bazi()

void TimerTemplateTestCase::bazi ( int  )
inline

Member function with one int parameter.

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

Referenced by DoRun().

+ Here is the caller graph for this function:

◆ bazip()

void TimerTemplateTestCase::bazip ( int *  )
inline

Member function with one int pointer parameter.

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

◆ bazir()

void TimerTemplateTestCase::bazir ( int &  )
inline

Member function with one int reference parameter.

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

Referenced by DoRun().

+ Here is the caller graph for this function:

◆ DoRun()

◆ DoTeardown()

void TimerTemplateTestCase::DoTeardown ( )
overridevirtual

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

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

+ Here is the call graph for this function:

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