Check that all templates are instantiated correctly. More...
Public Member Functions | |
| SimulatorTemplateTestCase () | |
| void | Ref () const |
| Ref and Unref - only here for testing of Ptr<>. | |
| void | Unref () const |
| Ref and Unref - only here for testing of Ptr<>. | |
| Public Member Functions inherited from ns3::TestCase | |
| TestCase (const TestCase &)=delete | |
| Caller graph was not generated because of its size. | |
| virtual | ~TestCase () |
| Destructor. | |
| std::string | GetName () const |
| TestCase & | operator= (const TestCase &)=delete |
Private Member Functions | |
| void | DoRun () override |
| Call graph was not generated because of its size. | |
| void | bar0 () |
| Function used for scheduling. | |
| void | bar1 (int) |
| Function used for scheduling. | |
| void | bar2 (int, int) |
| Function used for scheduling. | |
| void | bar3 (int, int, int) |
| Function used for scheduling. | |
| void | bar4 (int, int, int, int) |
| Function used for scheduling. | |
| void | bar5 (int, int, int, int, int) |
| Function used for scheduling. | |
| void | baz1 (int &) |
| Function used for scheduling. | |
| void | baz2 (int &, int &) |
| Function used for scheduling. | |
| void | baz3 (int &, int &, int &) |
| Function used for scheduling. | |
| void | baz4 (int &, int &, int &, int &) |
| Function used for scheduling. | |
| void | baz5 (int &, int &, int &, int &, int &) |
| Function used for scheduling. | |
| void | cbaz1 (const int &) |
| Function used for scheduling. | |
| void | cbaz2 (const int &, const int &) |
| Function used for scheduling. | |
| void | cbaz3 (const int &, const int &, const int &) |
| Function used for scheduling. | |
| void | cbaz4 (const int &, const int &, const int &, const int &) |
| Function used for scheduling. | |
| void | cbaz5 (const int &, const int &, const int &, const int &, const int &) |
| Function used for scheduling. | |
| void | bar0c () const |
| Function used for scheduling. | |
| void | bar1c (int) const |
| Function used for scheduling. | |
| void | bar2c (int, int) const |
| Function used for scheduling. | |
| void | bar3c (int, int, int) const |
| Function used for scheduling. | |
| void | bar4c (int, int, int, int) const |
| Function used for scheduling. | |
| void | bar5c (int, int, int, int, int) const |
| Function used for scheduling. | |
| void | baz1c (int &) const |
| Function used for scheduling. | |
| void | baz2c (int &, int &) const |
| Function used for scheduling. | |
| void | baz3c (int &, int &, int &) const |
| Function used for scheduling. | |
| void | baz4c (int &, int &, int &, int &) const |
| Function used for scheduling. | |
| void | baz5c (int &, int &, int &, int &, int &) const |
| Function used for scheduling. | |
| void | cbaz1c (const int &) const |
| Function used for scheduling. | |
| void | cbaz2c (const int &, const int &) const |
| Function used for scheduling. | |
| void | cbaz3c (const int &, const int &, const int &) const |
| Function used for scheduling. | |
| void | cbaz4c (const int &, const int &, const int &, const int &) const |
| Function used for scheduling. | |
| void | cbaz5c (const int &, const int &, const int &, const int &, const int &) const |
| Function used for scheduling. | |
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 all templates are instantiated correctly.
This is a compilation test, it cannot fail at runtime.
Call graph was not generated because of its size.
Definition at line 213 of file simulator-test-suite.cc.
| SimulatorTemplateTestCase::SimulatorTemplateTestCase | ( | ) |
Definition at line 305 of file simulator-test-suite.cc.
References ns3::TestCase::TestCase().
|
inlineprivate |
Function used for scheduling.
Definition at line 245 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Function used for scheduling.
Definition at line 262 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Function used for scheduling.
Definition at line 246 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Function used for scheduling.
Definition at line 263 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Function used for scheduling.
Definition at line 247 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Function used for scheduling.
Definition at line 264 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Function used for scheduling.
Definition at line 248 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Function used for scheduling.
Definition at line 265 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Function used for scheduling.
Definition at line 249 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Function used for scheduling.
Definition at line 266 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Function used for scheduling.
Definition at line 250 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Function used for scheduling.
Definition at line 267 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Function used for scheduling.
Definition at line 251 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Function used for scheduling.
Definition at line 268 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Function used for scheduling.
Definition at line 252 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Function used for scheduling.
Definition at line 269 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Function used for scheduling.
Definition at line 253 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Function used for scheduling.
Definition at line 270 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Function used for scheduling.
Definition at line 254 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Function used for scheduling.
Definition at line 271 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Function used for scheduling.
Definition at line 255 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Function used for scheduling.
Definition at line 272 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Function used for scheduling.
Definition at line 256 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Function used for scheduling.
Definition at line 273 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Function used for scheduling.
Definition at line 257 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Function used for scheduling.
Definition at line 274 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Function used for scheduling.
Definition at line 258 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Function used for scheduling.
Definition at line 275 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Function used for scheduling.
Definition at line 259 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Function used for scheduling.
Definition at line 276 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Function used for scheduling.
Definition at line 260 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Function used for scheduling.
Definition at line 277 of file simulator-test-suite.cc.
Referenced by DoRun().
|
overrideprivatevirtual |
Call graph was not generated because of its size.
Implements ns3::TestCase.
Definition at line 312 of file simulator-test-suite.cc.
References bar0(), bar0c(), bar1(), bar1c(), bar2(), bar2c(), bar3(), bar3c(), bar4(), bar4c(), bar5(), bar5c(), baz1(), baz1c(), baz2(), baz2c(), baz3(), baz3c(), baz4(), baz4c(), baz5(), baz5c(), ber1(), ber2(), ber3(), ber4(), ber5(), cbaz1(), cbaz1c(), cbaz2(), cbaz2c(), cbaz3(), cbaz3c(), cbaz4(), cbaz4c(), cbaz5(), cbaz5c(), cber1(), cber2(), cber3(), cber4(), cber5(), ns3::Simulator::Destroy(), foo0(), foo1(), foo2(), foo3(), foo4(), foo5(), ns3::Simulator::Run(), ns3::Simulator::Schedule(), ns3::Simulator::ScheduleDestroy(), ns3::Simulator::ScheduleNow(), and ns3::Seconds().
|
inline |
Ref and Unref - only here for testing of Ptr<>.
Definition at line 223 of file simulator-test-suite.cc.
|
inline |
Ref and Unref - only here for testing of Ptr<>.
Definition at line 227 of file simulator-test-suite.cc.