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

Public Member Functions

 TestCaseFailure (std::string _cond, std::string _actual, std::string _limit, std::string _message, std::string _file, int32_t _line)
 

Public Attributes

std::string actual
 
std::string cond
 
std::string file
 
std::string limit
 
int32_t line
 
std::string message
 

Detailed Description

Definition at line 63 of file test.cc.

Constructor & Destructor Documentation

ns3::TestCaseFailure::TestCaseFailure ( std::string  _cond,
std::string  _actual,
std::string  _limit,
std::string  _message,
std::string  _file,
int32_t  _line 
)

Definition at line 143 of file test.cc.

References NS_LOG_FUNCTION.

Member Data Documentation

std::string ns3::TestCaseFailure::actual

Definition at line 69 of file test.cc.

Referenced by ns3::operator<<(), and ns3::TestRunnerImpl::PrintReport().

std::string ns3::TestCaseFailure::cond

Definition at line 68 of file test.cc.

Referenced by ns3::operator<<(), and ns3::TestRunnerImpl::PrintReport().

std::string ns3::TestCaseFailure::file

Definition at line 72 of file test.cc.

Referenced by ns3::operator<<(), and ns3::TestRunnerImpl::PrintReport().

std::string ns3::TestCaseFailure::limit

Definition at line 70 of file test.cc.

Referenced by ns3::operator<<(), and ns3::TestRunnerImpl::PrintReport().

int32_t ns3::TestCaseFailure::line

Definition at line 73 of file test.cc.

Referenced by ns3::operator<<(), and ns3::TestRunnerImpl::PrintReport().

std::string ns3::TestCaseFailure::message

Definition at line 71 of file test.cc.

Referenced by ns3::operator<<(), and ns3::TestRunnerImpl::PrintReport().


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