Public Member Functions | |
WaypointMobilityModelNotifyTest (bool lazy) | |
virtual | ~WaypointMobilityModelNotifyTest () |
![]() | |
virtual | ~TestCase () |
Destructor. More... | |
std::string | GetName (void) const |
Private Member Functions | |
void | CourseChangeCallback (Ptr< const MobilityModel > model) |
virtual void | DoRun (void) |
Implementation to actually run this TestCase. More... | |
virtual void | DoTeardown (void) |
Implementation to do any local setup required for this TestCase. More... | |
void | ForceUpdates (void) |
Private Attributes | |
bool | lazyNotify |
uint32_t | mobilityCount |
std::vector< Ptr< MobilityModel > > | mobilityStack |
uint32_t | waypointCount |
std::deque< Waypoint > | waypoints |
Additional Inherited Members | |
![]() | |
enum | TestDuration { QUICK = 1, EXTENSIVE = 2, TAKES_FOREVER = 3 } |
How long the test takes to execute. More... | |
![]() | |
TestCase (std::string name) | |
Constructor. More... | |
void | AddTestCase (TestCase *testCase, enum TestDuration duration) |
Add an individual child TestCase to this test suite. More... | |
TestCase * | GetParent () const |
Get the parent of this TestCsse. More... | |
bool | IsStatusFailure (void) const |
Check if any tests failed. More... | |
bool | IsStatusSuccess (void) const |
Check if all tests passed. More... | |
void | SetDataDir (std::string directory) |
Set the data directory where reference trace files can be found. More... | |
void | ReportTestFailure (std::string cond, std::string actual, std::string limit, std::string message, std::string file, int32_t line) |
Log the failure of this TestCase. More... | |
bool | MustAssertOnFailure (void) const |
Check if this run should assert on failure. More... | |
bool | MustContinueOnFailure (void) const |
Check if this run should continue on failure. More... | |
std::string | CreateDataDirFilename (std::string filename) |
Construct the full path to a file in the data directory. More... | |
std::string | CreateTempDirFilename (std::string filename) |
Construct the full path to a file in a temporary directory. More... | |
Definition at line 29 of file waypoint-mobility-model-test.cc.
|
inline |
Definition at line 32 of file waypoint-mobility-model-test.cc.
|
inlinevirtual |
Definition at line 38 of file waypoint-mobility-model-test.cc.
|
private |
Definition at line 126 of file waypoint-mobility-model-test.cc.
References ns3::Object::GetObject(), ns3::Time::GetSeconds(), ns3::WaypointMobilityModel::m_current, ns3::Simulator::Now(), NS_TEST_EXPECT_MSG_EQ, and ns3::Waypoint::time.
Referenced by DoRun().
|
privatevirtual |
Implementation to actually run this TestCase.
Subclasses should override this method to conduct their tests.
Implements ns3::TestCase.
Definition at line 63 of file waypoint-mobility-model-test.cc.
References ns3::WaypointMobilityModel::AddWaypoint(), CourseChangeCallback(), ns3::ObjectFactory::Create(), ns3::Simulator::Destroy(), ForceUpdates(), ns3::Object::GetObject(), ns3::Object::Initialize(), ns3::MakeCallback(), ns3::Simulator::Run(), ns3::Simulator::Schedule(), ns3::Seconds(), ns3::ObjectFactory::Set(), ns3::ObjectFactory::SetTypeId(), ns3::Simulator::Stop(), ns3::Waypoint::time, ns3::ObjectBase::TraceConnectWithoutContext(), and visualizer.higcontainer::w.
|
privatevirtual |
Implementation to do any local setup required for this TestCase.
Subclasses should override this method to perform any costly per-test teardown
Reimplemented from ns3::TestCase.
Definition at line 56 of file waypoint-mobility-model-test.cc.
|
private |
Definition at line 116 of file waypoint-mobility-model-test.cc.
References ns3::Object::GetObject(), and ns3::WaypointMobilityModel::Update().
Referenced by DoRun().
|
private |
Definition at line 47 of file waypoint-mobility-model-test.cc.
|
private |
Definition at line 44 of file waypoint-mobility-model-test.cc.
|
private |
Definition at line 43 of file waypoint-mobility-model-test.cc.
|
private |
Definition at line 45 of file waypoint-mobility-model-test.cc.
|
private |
Definition at line 46 of file waypoint-mobility-model-test.cc.