4#include "../../catch2/catch.hpp"
12namespace unitTest::placeholder::math_gslInterpolator_test
20TEST_CASE(
"gslInterpolator API has a test placeholder",
"[math::gslInterpolator][placeholder]" )
22 SUCCEED(
"gslInterpolator behavioral assertions are pending." );
TEST_CASE("gslInterpolator API has a test placeholder", "[math::gslInterpolator][placeholder]")
Verifies that APIs declared in include/math/gslInterpolator.hpp remain available to the unit-test tar...
Class for managing 1-D interpolation using the GNU Scientific Library.