A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::EpcTftClassifierTestCase Class Reference
+ Inheritance diagram for ns3::EpcTftClassifierTestCase:
+ Collaboration diagram for ns3::EpcTftClassifierTestCase:

Public Member Functions

 EpcTftClassifierTestCase (Ptr< EpcTftClassifier > c, EpcTft::Direction d, Ipv4Address sa, Ipv4Address da, uint16_t sp, uint16_t dp, uint8_t tos, uint32_t tftId)
virtual ~EpcTftClassifierTestCase ()
- Public Member Functions inherited from ns3::TestCase
virtual ~TestCase ()

Private Member Functions

virtual void DoRun (void)

Static Private Member Functions

static std::string BuildNameString (Ptr< EpcTftClassifier > c, EpcTft::Direction d, Ipv4Address sa, Ipv4Address da, uint16_t sp, uint16_t dp, uint8_t tos, uint32_t tftId)

Private Attributes

Ptr< EpcTftClassifierm_c
EpcTft::Direction m_d
Ipv4Header m_ipHeader
TcpHeader m_tcpHeader
uint8_t m_tftId
UdpHeader m_udpHeader

Additional Inherited Members

- Protected Member Functions inherited from ns3::TestCase
 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)

Detailed Description

Definition at line 40 of file test-epc-tft-classifier.cc.

Constructor & Destructor Documentation

ns3::EpcTftClassifierTestCase::EpcTftClassifierTestCase ( Ptr< EpcTftClassifier c,
EpcTft::Direction  d,
Ipv4Address  sa,
Ipv4Address  da,
uint16_t  sp,
uint16_t  dp,
uint8_t  tos,
uint32_t  tftId 
)
ns3::EpcTftClassifierTestCase::~EpcTftClassifierTestCase ( )
virtual

Definition at line 96 of file test-epc-tft-classifier.cc.

Member Function Documentation

std::string ns3::EpcTftClassifierTestCase::BuildNameString ( Ptr< EpcTftClassifier c,
EpcTft::Direction  d,
Ipv4Address  sa,
Ipv4Address  da,
uint16_t  sp,
uint16_t  dp,
uint8_t  tos,
uint32_t  tftId 
)
staticprivate

Definition at line 101 of file test-epc-tft-classifier.cc.

void ns3::EpcTftClassifierTestCase::DoRun ( void  )
privatevirtual

Member Data Documentation

Ptr<EpcTftClassifier> ns3::EpcTftClassifierTestCase::m_c
private

Definition at line 55 of file test-epc-tft-classifier.cc.

Referenced by DoRun().

EpcTft::Direction ns3::EpcTftClassifierTestCase::m_d
private

Definition at line 56 of file test-epc-tft-classifier.cc.

Referenced by DoRun().

Ipv4Header ns3::EpcTftClassifierTestCase::m_ipHeader
private

Definition at line 58 of file test-epc-tft-classifier.cc.

Referenced by DoRun(), and EpcTftClassifierTestCase().

TcpHeader ns3::EpcTftClassifierTestCase::m_tcpHeader
private

Definition at line 60 of file test-epc-tft-classifier.cc.

uint8_t ns3::EpcTftClassifierTestCase::m_tftId
private

Definition at line 57 of file test-epc-tft-classifier.cc.

Referenced by DoRun().

UdpHeader ns3::EpcTftClassifierTestCase::m_udpHeader
private

Definition at line 59 of file test-epc-tft-classifier.cc.

Referenced by DoRun(), and EpcTftClassifierTestCase().


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