Public Member Functions | |
MakeCallbackTemplatesTestCase () | |
virtual | ~MakeCallbackTemplatesTestCase () |
void | Target1 (void) |
![]() | |
virtual | ~TestCase () |
Private Member Functions | |
virtual void | DoRun (void) |
Private Attributes | |
bool | m_test1 |
Additional Inherited Members | |
![]() | |
TestCase (std::string name) | |
void | AddTestCase (TestCase *testCase) |
Add an individual test case to this test suite. | |
std::string | CreateDataDirFilename (std::string filename) |
std::string | CreateTempDirFilename (std::string filename) |
bool | GetErrorStatus (void) const NS_DEPRECATED |
std::string | GetName (void) const |
bool | IsStatusFailure (void) const |
bool | IsStatusSuccess (void) const |
bool | MustAssertOnFailure (void) const |
bool | MustContinueOnFailure (void) const |
void | ReportTestFailure (std::string cond, std::string actual, std::string limit, std::string message, std::string file, int32_t line) |
void | SetDataDir (std::string directory) |
Definition at line 432 of file callback-test-suite.cc.
ns3::MakeCallbackTemplatesTestCase::MakeCallbackTemplatesTestCase | ( | ) |
Definition at line 503 of file callback-test-suite.cc.
|
inlinevirtual |
Definition at line 436 of file callback-test-suite.cc.
|
privatevirtual |
Definition at line 509 of file callback-test-suite.cc.
References ns3::CallbackTestClass::CheckParentalRights(), ns3::MakeBoundCallback(), ns3::MakeCallback(), ns3::CallbackTestClass::TestCFive(), ns3::CallbackTestClass::TestCFour(), ns3::CallbackTestClass::TestCOne(), ns3::CallbackTestClass::TestCSix(), ns3::CallbackTestClass::TestCThree(), ns3::CallbackTestClass::TestCTwo(), ns3::CallbackTestClass::TestCZero(), ns3::TestFFive(), ns3::TestFFour(), ns3::CallbackTestClass::TestFive(), ns3::TestFOne(), ns3::CallbackTestClass::TestFour(), ns3::TestFRFive(), ns3::TestFRFour(), ns3::TestFROne(), ns3::TestFRSix(), ns3::TestFRThree(), ns3::TestFRTwo(), ns3::TestFSix(), ns3::TestFThree(), ns3::TestFTwo(), ns3::TestFZero(), ns3::CallbackTestClass::TestOne(), ns3::CallbackTestClass::TestSix(), ns3::CallbackTestClass::TestThree(), ns3::CallbackTestClass::TestTwo(), and ns3::CallbackTestClass::TestZero().
|
inline |
Definition at line 438 of file callback-test-suite.cc.
References m_test1.
|
private |
Definition at line 443 of file callback-test-suite.cc.
Referenced by Target1().