Public Member Functions | |
IntegerTraceSourceTestCase (std::string description) | |
virtual | ~IntegerTraceSourceTestCase () |
![]() | |
virtual | ~TestCase () |
Private Member Functions | |
virtual void | DoRun (void) |
void | NotifySource1 (int8_t old, int8_t n) |
Private Attributes | |
int64_t | m_got1 |
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 930 of file attribute-test-suite.cc.
IntegerTraceSourceTestCase::IntegerTraceSourceTestCase | ( | std::string | description | ) |
Definition at line 943 of file attribute-test-suite.cc.
|
inlinevirtual |
Definition at line 934 of file attribute-test-suite.cc.
|
privatevirtual |
Definition at line 949 of file attribute-test-suite.cc.
References m_got1, ns3::MakeCallback(), NotifySource1(), NS_TEST_ASSERT_MSG_EQ, NS_TEST_ASSERT_MSG_NE, ns3::ObjectBase::SetAttributeFailSafe(), ns3::ObjectBase::TraceConnectWithoutContext(), and ns3::ObjectBase::TraceDisconnectWithoutContext().
|
inlineprivate |
Definition at line 939 of file attribute-test-suite.cc.
References m_got1.
Referenced by DoRun().
|
private |
Definition at line 940 of file attribute-test-suite.cc.
Referenced by DoRun(), and NotifySource1().