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 70 of file test.cc.

Constructor & Destructor Documentation

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

Definition at line 129 of file test.cc.

Member Data Documentation

bool ns3::TestCase::Result::childrenFailed

Definition at line 75 of file test.cc.

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

SystemWallClockMs ns3::TestCase::Result::clock

Definition at line 73 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: