4#include "../../catch2/catch.hpp"
12namespace unitTest::placeholder::math_roots_test
20TEST_CASE(
"roots API has a test placeholder",
"[math::roots][placeholder]" )
22 SUCCEED(
"roots behavioral assertions are pending." );
TEST_CASE("roots API has a test placeholder", "[math::roots][placeholder]")
Verifies that APIs declared in include/math/roots.hpp remain available to the unit-test target.
Declares and defines functions for finding roots.