A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
mobility module tests
+ Collaboration diagram for mobility module tests:

Classes

class  CartesianToGeoTestCase
 Cartesian to Geo Test Case. More...
 
class  GeoToCartesianTestCase
 Geo To Cartesian Test Case. More...
 
class  GeoToCartesianTestSuite
 Geo To Cartesian Test Suite. More...
 
class  MobilityTestSuite
 Mobility Test Suite. More...
 
class  MobilityTraceTestCase
 Mobility Trace Test Case. More...
 
class  MobilityTraceTestSuite
 Mobility Trace Test Suite. More...
 
class  Ns2MobilityHelperTest
 Every test case is supposed to: More...
 
class  Ns2MobilityHelperTestSuite
 The test suite. More...
 
class  RandCartAroundGeoTestCase
 Rand Cart Around Geo Test Case. More...
 
class  RandCartAroundGeoTestSuite
 Rand Cart Around Geo Test Suite. More...
 
class  RectangleClosestBorderTestCase
 TestCase to check the rectangle line intersection. More...
 
class  RectangleClosestBorderTestSuite
 Rectangle detection of closest border to a point, inside or outside. More...
 
class  SteadyStateRandomWaypointTest
 Steady State Random Waypoint Test. More...
 
struct  SteadyStateRandomWaypointTestSuite
 Steady State Random Waypoint Test Suite. More...
 
class  WaypointInitialPositionIsWaypoint
 Waypoint Initial Position Is Waypoint Test. More...
 
class  WaypointLazyNotifyFalse
 Test whether course change notifications occur regardless of calls to Update() position (which are triggered by calls to GetPosition()) More...
 
class  WaypointLazyNotifyTrue
 Waypoint Lazy Notify True. More...
 
class  WaypointMobilityModelAddWaypointTest
 Waypoint Mobility Model Add Waypoint Test. More...
 
class  WaypointMobilityModelNotifyTest
 Waypoint Mobility Model Notify Test. More...
 
struct  WaypointMobilityModelTestSuite
 Waypoint Mobility Model Test Suite. More...
 
class  WaypointMobilityModelViaHelper
 Waypoint Mobility Model Via Helper Test. More...
 

Variables

static GeoToCartesianTestSuite g_GeoToCartesianTestSuite
 Static variable for test initialization.
 
Ns2MobilityHelperTestSuite g_ns2TransmobilityHelperTestSuite
 the test suite
 
static RandCartAroundGeoTestSuite g_RandCartAroundGeoTestSuite
 Static variable for test initialization.
 
SteadyStateRandomWaypointTestSuite g_steadyStateRandomWaypointTestSuite
 the test suite
 
WaypointMobilityModelTestSuite g_waypointMobilityModelTestSuite
 the test suite
 
static MobilityTestSuite mobilityTestSuite
 Static variable for test initialization.
 
static MobilityTraceTestSuite mobilityTraceTestSuite
 Static variable for test initialization.
 
static RectangleClosestBorderTestSuite rectangleClosestBorderTestSuite
 Static variable for test initialization.
 

Detailed Description

Variable Documentation

◆ g_GeoToCartesianTestSuite

GeoToCartesianTestSuite g_GeoToCartesianTestSuite
static

Static variable for test initialization.

Definition at line 1881 of file geo-to-cartesian-test.cc.

◆ g_ns2TransmobilityHelperTestSuite

Ns2MobilityHelperTestSuite g_ns2TransmobilityHelperTestSuite

the test suite

◆ g_RandCartAroundGeoTestSuite

RandCartAroundGeoTestSuite g_RandCartAroundGeoTestSuite
static

Static variable for test initialization.

Definition at line 214 of file rand-cart-around-geo-test.cc.

◆ g_steadyStateRandomWaypointTestSuite

SteadyStateRandomWaypointTestSuite g_steadyStateRandomWaypointTestSuite

the test suite

◆ g_waypointMobilityModelTestSuite

WaypointMobilityModelTestSuite g_waypointMobilityModelTestSuite
static

the test suite

◆ mobilityTestSuite

MobilityTestSuite mobilityTestSuite
static

Static variable for test initialization.

Definition at line 499 of file mobility-test-suite.cc.

◆ mobilityTraceTestSuite

MobilityTraceTestSuite mobilityTraceTestSuite
static

Static variable for test initialization.

Definition at line 136 of file mobility-trace-test-suite.cc.

◆ rectangleClosestBorderTestSuite

RectangleClosestBorderTestSuite rectangleClosestBorderTestSuite
static

Static variable for test initialization.

Definition at line 167 of file rectangle-closest-border-test.cc.