Public Member Functions | |
SimulatorTemplateTestCase () | |
void | Ref (void) const |
void | Unref (void) const |
Public Member Functions inherited from ns3::TestCase | |
virtual | ~TestCase () |
Destructor. More... | |
std::string | GetName (void) const |
Private Member Functions | |
void | bar0 (void) |
void | bar0c (void) const |
void | bar1 (int) |
void | bar1c (int) const |
void | bar2 (int, int) |
void | bar2c (int, int) const |
void | bar3 (int, int, int) |
void | bar3c (int, int, int) const |
void | bar4 (int, int, int, int) |
void | bar4c (int, int, int, int) const |
void | bar5 (int, int, int, int, int) |
void | bar5c (int, int, int, int, int) const |
void | baz1 (int &) |
void | baz1c (int &) const |
void | baz2 (int &, int &) |
void | baz2c (int &, int &) const |
void | baz3 (int &, int &, int &) |
void | baz3c (int &, int &, int &) const |
void | baz4 (int &, int &, int &, int &) |
void | baz4c (int &, int &, int &, int &) const |
void | baz5 (int &, int &, int &, int &, int &) |
void | baz5c (int &, int &, int &, int &, int &) const |
void | cbaz1 (const int &) |
void | cbaz1c (const int &) const |
void | cbaz2 (const int &, const int &) |
void | cbaz2c (const int &, const int &) const |
void | cbaz3 (const int &, const int &, const int &) |
void | cbaz3c (const int &, const int &, const int &) const |
void | cbaz4 (const int &, const int &, const int &, const int &) |
void | cbaz4c (const int &, const int &, const int &, const int &) const |
void | cbaz5 (const int &, const int &, const int &, const int &, const int &) |
void | cbaz5c (const int &, const int &, const int &, const int &, const int &) const |
virtual void | DoRun (void) |
Implementation to actually run this TestCase. More... | |
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... | |
TestCase * | GetParent () 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... | |
Definition at line 173 of file simulator-test-suite.cc.
SimulatorTemplateTestCase::SimulatorTemplateTestCase | ( | ) |
Definition at line 252 of file simulator-test-suite.cc.
|
inlineprivate |
Definition at line 183 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Definition at line 200 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Definition at line 184 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Definition at line 201 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Definition at line 185 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Definition at line 202 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Definition at line 186 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Definition at line 203 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Definition at line 187 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Definition at line 204 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Definition at line 188 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Definition at line 205 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Definition at line 189 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Definition at line 206 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Definition at line 190 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Definition at line 207 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Definition at line 191 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Definition at line 208 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Definition at line 192 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Definition at line 209 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Definition at line 193 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Definition at line 210 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Definition at line 194 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Definition at line 211 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Definition at line 195 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Definition at line 212 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Definition at line 196 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Definition at line 213 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Definition at line 197 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Definition at line 214 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Definition at line 198 of file simulator-test-suite.cc.
Referenced by DoRun().
|
inlineprivate |
Definition at line 215 of file simulator-test-suite.cc.
Referenced by DoRun().
|
privatevirtual |
Implementation to actually run this TestCase.
Subclasses should override this method to conduct their tests.
Implements ns3::TestCase.
Definition at line 257 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(), foo0(), foo1(), foo2(), foo3(), foo4(), foo5(), and ns3::Seconds().
|
inline |
Definition at line 178 of file simulator-test-suite.cc.
|
inline |
Definition at line 179 of file simulator-test-suite.cc.