4#include "../../../catch2/catch.hpp"
12namespace unitTest::placeholder::math_fit_fitWeibull_test
20TEST_CASE(
"fitWeibull API has a test placeholder",
"[math::fit::fitWeibull][placeholder]" )
22 SUCCEED(
"fitWeibull behavioral assertions are pending." );
Tools for fitting the Weibull distribution to data.
TEST_CASE("fitWeibull API has a test placeholder", "[math::fit::fitWeibull][placeholder]")
Verifies that APIs declared in include/math/fit/fitWeibull.hpp remain available to the unit-test targ...