8#ifndef META_OCEAN_TEST_TESTTRACKING_TESTSLAM_TEST_LOCALIZED_OBJECT_POINT_H
9#define META_OCEAN_TEST_TESTTRACKING_TESTSLAM_TEST_LOCALIZED_OBJECT_POINT_H
This class implements a test selector that parses test function strings and determines which tests sh...
Definition TestSelector.h:51
This class implements LocalizedObjectPoint tests.
Definition TestLocalizedObjectPoint.h:36
static bool testRemoveObservation(const double testDuration)
Tests the removeObservation function.
static bool testConstructor(const double testDuration)
Tests the constructor from PointTrack.
static bool testConstructorWithPosition(const double testDuration)
Tests the constructor with known position.
static bool test(const double testDuration, const TestSelector &selector)
Executes all LocalizedObjectPoint tests.
static bool testObservation(const double testDuration)
Tests the observation function.
static bool testHasObservation(const double testDuration)
Tests the hasObservation function.
static bool testPosition(const double testDuration)
Tests the position getter and setter.
static bool testAddObservation(const double testDuration)
Tests the addObservation function.
The namespace covering the entire Ocean framework.
Definition Accessor.h:15