8#ifndef META_OCEAN_TEST_TESTTRACKING_TESTSLAM_TEST_FRAME_PYRAMID_MANAGER_H
9#define META_OCEAN_TEST_TESTTRACKING_TESTSLAM_TEST_FRAME_PYRAMID_MANAGER_H
This class implements a test selector that parses test function strings and determines which tests sh...
Definition TestSelector.h:51
This class implements FramePyramidManager tests.
Definition TestFramePyramidManager.h:32
static bool testLatestPyramid(const double testDuration)
Tests the latestPyramid function.
static bool testScopedPyramid(const double testDuration)
Tests the ScopedPyramid RAII behavior.
static bool test(const double testDuration, const TestSelector &selector)
Executes all FramePyramidManager tests.
static bool testIdealPyramidLayers(const double testDuration)
Tests the idealPyramidLayers static function.
static bool testNewPyramid(const double testDuration)
Tests the newPyramid function.
static bool testUpdateLatest(const double testDuration)
Tests the updateLatest function.
static bool testExistingPyramid(const double testDuration)
Tests the existingPyramid function.
The namespace covering the entire Ocean framework.
Definition Accessor.h:15