Container for results from a TestCase. More...
Public Member Functions | |
Result () | |
Constructor. | |
Public Attributes | |
bool | childrenFailed |
true if any child TestCases failed. | |
SystemWallClockMs | clock |
Test running time. | |
std::vector< TestCaseFailure > | failure |
TestCaseFailure records for each child. | |
ns3::TestCase::Result::Result | ( | ) |
Constructor.
Definition at line 261 of file test.cc.
References childrenFailed, and NS_LOG_FUNCTION.
bool ns3::TestCase::Result::childrenFailed |
true
if any child TestCases failed.
Definition at line 121 of file test.cc.
Referenced by Result(), and ns3::TestCase::ReportTestFailure().
SystemWallClockMs ns3::TestCase::Result::clock |
std::vector<TestCaseFailure> ns3::TestCase::Result::failure |
TestCaseFailure records for each child.