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