Public Member Functions | |
CsmaPacketSocketTestCase () | |
virtual | ~CsmaPacketSocketTestCase () |
![]() | |
virtual | ~TestCase () |
Private Member Functions | |
virtual void | DoRun (void) |
void | DropEvent (Ptr< const Packet > p) |
void | SinkRx (std::string path, Ptr< const Packet > p, const Address &address) |
Private Attributes | |
uint32_t | m_count |
uint32_t | m_drops |
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 566 of file csma-system-test-suite.cc.
CsmaPacketSocketTestCase::CsmaPacketSocketTestCase | ( | ) |
Definition at line 581 of file csma-system-test-suite.cc.
|
virtual |
Definition at line 586 of file csma-system-test-suite.cc.
|
privatevirtual |
Definition at line 614 of file csma-system-test-suite.cc.
References ns3::Config::Connect(), ns3::NodeContainer::Create(), ns3::NetDeviceContainer::Get(), ns3::NodeContainer::Get(), ns3::NetDevice::GetAddress(), ns3::NetDevice::GetIfIndex(), ns3::PacketSocketHelper::Install(), ns3::PacketSinkHelper::Install(), ns3::OnOffHelper::Install(), m_count, ns3::MakeCallback(), ns3::MilliSeconds(), NS_TEST_ASSERT_MSG_EQ, ns3::TestCase::Run(), ns3::Seconds(), ns3::OnOffHelper::SetAttribute(), ns3::OnOffHelper::SetConstantRate(), ns3::CsmaHelper::SetDeviceAttribute(), ns3::PacketSocketAddress::SetPhysicalAddress(), ns3::PacketSocketAddress::SetProtocol(), ns3::PacketSocketAddress::SetSingleDevice(), SinkRx(), ns3::ApplicationContainer::Start(), and ns3::ApplicationContainer::Stop().
Definition at line 597 of file csma-system-test-suite.cc.
References m_drops.
|
private |
Definition at line 591 of file csma-system-test-suite.cc.
References m_count.
Referenced by DoRun().
|
private |
Definition at line 576 of file csma-system-test-suite.cc.
|
private |
Definition at line 577 of file csma-system-test-suite.cc.
Referenced by DropEvent().