Check that Timer template magic is working. More...
| 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 | 
| TestCase & | operator= (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... | |
| 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. | |
| TestCase * | GetParent () 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. | |
Check that Timer template magic is working.
Definition at line 100 of file timer-test-suite.cc.
| TimerTemplateTestCase::TimerTemplateTestCase | ( | ) | 
Definition at line 129 of file timer-test-suite.cc.
References ns3::TestCase::TestCase().
| 
 | inline | 
Member function with two int parameters.
Definition at line 110 of file timer-test-suite.cc.
Referenced by DoRun().
| 
 | inline | 
Member function with three int parameters.
Definition at line 112 of file timer-test-suite.cc.
Referenced by DoRun().
| 
 | inline | 
Member function with four int parameters.
Definition at line 114 of file timer-test-suite.cc.
Referenced by DoRun().
| 
 | inline | 
Member function with five int parameters.
Definition at line 116 of file timer-test-suite.cc.
Referenced by DoRun().
| 
 | inline | 
Member function with six int parameters.
Definition at line 118 of file timer-test-suite.cc.
| 
 | inline | 
Member function with one const int pointer parameter.
Definition at line 126 of file timer-test-suite.cc.
| 
 | inline | 
Member function with one const int reference parameter.
Definition at line 120 of file timer-test-suite.cc.
Referenced by DoRun().
| 
 | inline | 
Member function with one int parameter.
Definition at line 108 of file timer-test-suite.cc.
Referenced by DoRun().
| 
 | inline | 
Member function with one int pointer parameter.
Definition at line 124 of file timer-test-suite.cc.
| 
 | inline | 
Member function with one int reference parameter.
Definition at line 122 of file timer-test-suite.cc.
Referenced by DoRun().
| 
 | overridevirtual | 
Implementation to actually run this TestCase.
Subclasses should override this method to conduct their tests.
Implements ns3::TestCase.
Definition at line 135 of file timer-test-suite.cc.
References anonymous_namespace{timer-test-suite.cc}::bar2i(), anonymous_namespace{timer-test-suite.cc}::bar3i(), anonymous_namespace{timer-test-suite.cc}::bar4i(), anonymous_namespace{timer-test-suite.cc}::bar5i(), anonymous_namespace{timer-test-suite.cc}::barcir(), anonymous_namespace{timer-test-suite.cc}::bari(), anonymous_namespace{timer-test-suite.cc}::barir(), baz2i(), baz3i(), baz4i(), baz5i(), bazcir(), bazi(), bazir(), ns3::Timer::CANCEL_ON_DESTROY, ns3::Simulator::Destroy(), ns3::Simulator::Run(), ns3::Timer::Schedule(), ns3::Seconds(), ns3::Timer::SetArguments(), ns3::Timer::SetDelay(), and ns3::Timer::SetFunction().
| 
 | 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 200 of file timer-test-suite.cc.
References ns3::Simulator::Destroy(), and ns3::Simulator::Run().