Public Member Functions | |
PacketSocketAppsTest () | |
virtual void | DoRun (void) |
Implementation to actually run this TestCase. More... | |
void | ReceivePkt (Ptr< const Packet > packet, const Address &from) |
![]() | |
virtual | ~TestCase () |
Destructor. More... | |
std::string | GetName (void) const |
Private Attributes | |
uint32_t | m_receivedPacketNumber |
uint32_t | m_receivedPacketSize |
Additional Inherited Members | |
![]() | |
enum | TestDuration { QUICK = 1, EXTENSIVE = 2, TAKES_FOREVER = 3 } |
How long the test takes to execute. More... | |
![]() | |
TestCase (std::string name) | |
void | AddTestCase (TestCase *testCase, enum TestDuration duration) |
Add an individual child TestCase to this test suite. More... | |
TestCase * | GetParent () const |
bool | IsStatusFailure (void) const |
bool | IsStatusSuccess (void) const |
void | SetDataDir (std::string directory) |
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 |
bool | MustContinueOnFailure (void) const |
std::string | CreateDataDirFilename (std::string filename) |
std::string | CreateTempDirFilename (std::string filename) |
Definition at line 35 of file packet-socket-apps-test-suite.cc.
PacketSocketAppsTest::PacketSocketAppsTest | ( | ) |
Definition at line 47 of file packet-socket-apps-test-suite.cc.
References m_receivedPacketNumber, and m_receivedPacketSize.
|
virtual |
Implementation to actually run this TestCase.
Subclasses should override this method to conduct their tests.
Implements ns3::TestCase.
Definition at line 65 of file packet-socket-apps-test-suite.cc.
References ns3::Node::AddApplication(), ns3::Node::AddDevice(), ns3::NodeContainer::Create(), ns3::NodeContainer::Get(), ns3::SimpleNetDevice::GetAddress(), ns3::SimpleNetDevice::GetIfIndex(), ns3::PacketSocketHelper::Install(), m_receivedPacketNumber, m_receivedPacketSize, ns3::MakeCallback(), first::nodes, NS_TEST_EXPECT_MSG_EQ, ReceivePkt(), ns3::ObjectBase::SetAttribute(), ns3::SimpleNetDevice::SetChannel(), ns3::PacketSocketServer::SetLocal(), ns3::SimpleNetDevice::SetNode(), ns3::PacketSocketAddress::SetPhysicalAddress(), ns3::PacketSocketAddress::SetProtocol(), ns3::PacketSocketClient::SetRemote(), ns3::PacketSocketAddress::SetSingleDevice(), and ns3::ObjectBase::TraceConnectWithoutContext().
Definition at line 54 of file packet-socket-apps-test-suite.cc.
References ns3::Packet::GetSize(), m_receivedPacketNumber, and m_receivedPacketSize.
Referenced by DoRun().
|
private |
Definition at line 38 of file packet-socket-apps-test-suite.cc.
Referenced by DoRun(), PacketSocketAppsTest(), and ReceivePkt().
|
private |
Definition at line 37 of file packet-socket-apps-test-suite.cc.
Referenced by DoRun(), PacketSocketAppsTest(), and ReceivePkt().