8#ifndef META_OCEAN_TEST_TESTMATH_EQUATION_H
9#define META_OCEAN_TEST_TESTMATH_EQUATION_H
This class implements a math equation test.
Definition TestEquation.h:29
static bool testLinearEquation(const double testDuration)
Tests the linear equation.
static bool testQuarticEquation(const double testDuration)
Tests the quartic equation.
static bool test(const double testDuration, const TestSelector &selector)
Tests all math equation functions.
static bool testQuadraticEquation(const double testDuration)
Tests the quadratic equation.
static bool testCubicEquation(const double testDuration)
Tests the qubic equation.
This class implements a test selector that parses test function strings and determines which tests sh...
Definition TestSelector.h:51
The namespace covering the entire Ocean framework.
Definition Accessor.h:15