Container for results from a TestCase. More...
 Collaboration diagram for ns3::TestCase::Result:
 Collaboration diagram for ns3::TestCase::Result:| Public Member Functions | |
| Result () | |
| Constructor.  More... | |
| Public Attributes | |
| bool | childrenFailed | 
| trueif any child TestCases failed.  More... | |
| SystemWallClockMs | clock | 
| Test running time.  More... | |
| std::vector< TestCaseFailure > | failure | 
| TestCaseFailure records for each child.  More... | |
| ns3::TestCase::Result::Result | ( | ) | 
| bool ns3::TestCase::Result::childrenFailed | 
true if any child TestCases failed. 
Definition at line 130 of file test.cc.
Referenced by ns3::TestCase::IsFailed(), and ns3::TestCase::ReportTestFailure().
| SystemWallClockMs ns3::TestCase::Result::clock | 
Test running time.
Definition at line 126 of file test.cc.
Referenced by ns3::TestRunnerImpl::PrintReport(), and ns3::TestCase::Run().
| std::vector<TestCaseFailure> ns3::TestCase::Result::failure | 
TestCaseFailure records for each child.
Definition at line 128 of file test.cc.
Referenced by ns3::TestCase::IsFailed(), ns3::TestCase::IsStatusSuccess(), ns3::TestRunnerImpl::PrintReport(), and ns3::TestCase::ReportTestFailure().