A Discrete-Event Network Simulator
API
Public Member Functions | Private Member Functions | Private Attributes | List of all members
Udp6SocketImplTest Class Reference

UDP Socket over IPv6 Test. More...

+ Inheritance diagram for Udp6SocketImplTest:

Public Member Functions

 Udp6SocketImplTest ()
 
virtual void DoRun (void)
 Implementation to actually run this TestCase. More...
 
void ReceivePacket (Ptr< Socket > socket, Ptr< Packet > packet, const Address &from)
 Receive packets (1). More...
 
void ReceivePacket2 (Ptr< Socket > socket, Ptr< Packet > packet, const Address &from)
 Receive packets (2). More...
 
void ReceivePkt (Ptr< Socket > socket)
 Receive packets (1). More...
 
void ReceivePkt2 (Ptr< Socket > socket)
 Receive packets (2). More...
 
- Public Member Functions inherited from ns3::TestCase
virtual ~TestCase ()
 Destructor. More...
 
std::string GetName (void) const
 

Private Member Functions

void DoSendDataTo (Ptr< Socket > socket, std::string to)
 Send data. More...
 
void SendDataTo (Ptr< Socket > socket, std::string to)
 Send data. More...
 

Private Attributes

Ptr< Packetm_receivedPacket
 Received packet (1). More...
 
Ptr< Packetm_receivedPacket2
 Received packet (2). 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...
 
TestCaseGetParent () 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...
 

Detailed Description

UDP Socket over IPv6 Test.

Definition at line 487 of file udp-test.cc.

Constructor & Destructor Documentation

◆ Udp6SocketImplTest()

Udp6SocketImplTest::Udp6SocketImplTest ( )

Definition at line 535 of file udp-test.cc.

Member Function Documentation

◆ DoRun()

void Udp6SocketImplTest::DoRun ( void  )
virtual

◆ DoSendDataTo()

void Udp6SocketImplTest::DoSendDataTo ( Ptr< Socket socket,
std::string  to 
)
private

Send data.

Parameters
socketThe sending socket.
toThe destination address.

Definition at line 573 of file udp-test.cc.

References NS_TEST_EXPECT_MSG_EQ, and ns3::Socket::SendTo().

Referenced by SendDataTo().

◆ ReceivePacket()

void Udp6SocketImplTest::ReceivePacket ( Ptr< Socket socket,
Ptr< Packet packet,
const Address from 
)

Receive packets (1).

Parameters
socketThe receiving socket.
packetThe received packet.
fromThe source address.

Definition at line 540 of file udp-test.cc.

References m_receivedPacket.

◆ ReceivePacket2()

void Udp6SocketImplTest::ReceivePacket2 ( Ptr< Socket socket,
Ptr< Packet packet,
const Address from 
)

Receive packets (2).

Parameters
socketThe receiving socket.
packetThe received packet.
fromThe source address.

Definition at line 545 of file udp-test.cc.

References m_receivedPacket2.

◆ ReceivePkt()

void Udp6SocketImplTest::ReceivePkt ( Ptr< Socket socket)

Receive packets (1).

Parameters
socketThe receiving socket.

Definition at line 550 of file udp-test.cc.

References ns3::Socket::GetRxAvailable(), ns3::Packet::GetSize(), m_receivedPacket, max, NS_ASSERT, and ns3::Socket::Recv().

Referenced by DoRun().

◆ ReceivePkt2()

void Udp6SocketImplTest::ReceivePkt2 ( Ptr< Socket socket)

Receive packets (2).

Parameters
socketThe receiving socket.

Definition at line 561 of file udp-test.cc.

References ns3::Socket::GetRxAvailable(), ns3::Packet::GetSize(), m_receivedPacket2, max, NS_ASSERT, and ns3::Socket::Recv().

Referenced by DoRun().

◆ SendDataTo()

void Udp6SocketImplTest::SendDataTo ( Ptr< Socket socket,
std::string  to 
)
private

Send data.

Parameters
socketThe sending socket.
toThe destination address.

Definition at line 581 of file udp-test.cc.

References DoSendDataTo(), ns3::Node::GetId(), ns3::Socket::GetNode(), m_receivedPacket, m_receivedPacket2, and ns3::Seconds().

Referenced by DoRun().

Member Data Documentation

◆ m_receivedPacket

Ptr<Packet> Udp6SocketImplTest::m_receivedPacket
private

Received packet (1).

Definition at line 489 of file udp-test.cc.

Referenced by DoRun(), ReceivePacket(), ReceivePkt(), and SendDataTo().

◆ m_receivedPacket2

Ptr<Packet> Udp6SocketImplTest::m_receivedPacket2
private

Received packet (2).

Definition at line 490 of file udp-test.cc.

Referenced by DoRun(), ReceivePacket2(), ReceivePkt2(), and SendDataTo().


The documentation for this class was generated from the following file: