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

Public Member Functions

 Result ()
 

Public Attributes

bool childrenFailed
 
SystemWallClockMs clock
 
std::vector< TestCaseFailurefailure
 

Detailed Description

Definition at line 87 of file test.cc.

Constructor & Destructor Documentation

ns3::TestCase::Result::Result ( )

Definition at line 151 of file test.cc.

References NS_LOG_FUNCTION.

Member Data Documentation

bool ns3::TestCase::Result::childrenFailed

Definition at line 92 of file test.cc.

Referenced by ns3::TestCase::IsFailed(), and ns3::TestCase::ReportTestFailure().

SystemWallClockMs ns3::TestCase::Result::clock

Definition at line 90 of file test.cc.

Referenced by ns3::TestRunnerImpl::PrintReport(), and ns3::TestCase::Run().

std::vector<TestCaseFailure> ns3::TestCase::Result::failure

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