Test case to unit test that GeoCoordinate can be created with valid values. More...
Public Member Functions | |
GeoCoordinateTestCase () | |
virtual | ~GeoCoordinateTestCase () |
Private Member Functions | |
virtual void | DoRun (void) |
void | Validate (GeoCoordinate &coord1, GeoCoordinate &coord2) |
Test case to unit test that GeoCoordinate can be created with valid values.
Definition at line 62 of file satellite-geo-coordinate-test.cc.
GeoCoordinateTestCase::GeoCoordinateTestCase | ( | ) |
Definition at line 73 of file satellite-geo-coordinate-test.cc.
|
virtual |
Definition at line 78 of file satellite-geo-coordinate-test.cc.
|
privatevirtual |
Definition at line 83 of file satellite-geo-coordinate-test.cc.
References ns3::GeoCoordinate::ToVector(), and Validate().
|
private |
Definition at line 119 of file satellite-geo-coordinate-test.cc.
References ns3::GeoCoordinate::GetAltitude(), ns3::GeoCoordinate::GetLatitude(), and ns3::GeoCoordinate::GetLongitude().
Referenced by DoRun().