Collaboration diagram for ns3::TestCase::Result:Public Member Functions | |
| Result () | |
Public Attributes | |
| bool | childrenFailed |
| SystemWallClockMs | clock |
| std::vector< TestCaseFailure > | failure |
| 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 |
Definition at line 74 of file test.cc.
Referenced by ns3::TestCase::IsFailed(), ns3::TestCase::IsStatusSuccess(), ns3::TestRunnerImpl::PrintReport(), and ns3::TestCase::ReportTestFailure().