Public Member Functions | |
Result () | |
Public Attributes | |
bool | childrenFailed |
SystemWallClockMs | clock |
std::vector< TestCaseFailure > | failure |
ns3::TestCase::Result::Result | ( | ) |
Definition at line 140 of file test.cc.
References NS_LOG_FUNCTION.
bool ns3::TestCase::Result::childrenFailed |
Definition at line 81 of file test.cc.
Referenced by ns3::TestCase::IsFailed(), and ns3::TestCase::ReportTestFailure().
SystemWallClockMs ns3::TestCase::Result::clock |
Definition at line 79 of file test.cc.
Referenced by ns3::TestRunnerImpl::PrintReport(), and ns3::TestCase::Run().
std::vector<TestCaseFailure> ns3::TestCase::Result::failure |
Definition at line 80 of file test.cc.
Referenced by ns3::TestCase::IsFailed(), ns3::TestCase::IsStatusSuccess(), ns3::TestRunnerImpl::PrintReport(), and ns3::TestCase::ReportTestFailure().