4#include "../../../catch2/catch.hpp"
12namespace unitTest::placeholder::math_fit_levmarInterface_test
20TEST_CASE(
"levmarInterface API has a test placeholder",
"[math::fit::levmarInterface][placeholder]" )
22 SUCCEED(
"levmarInterface behavioral assertions are pending." );
TEST_CASE("levmarInterface API has a test placeholder", "[math::fit::levmarInterface][placeholder]")
Verifies that APIs declared in include/math/fit/levmarInterface.hpp remain available to the unit-test...
A c++ interface to the templatized levmar minimization routines..