4#include "../../../catch2/catch.hpp"
12namespace unitTest::placeholder::math_func_airyPattern_test
20TEST_CASE(
"airyPattern API has a test placeholder",
"[math::func::airyPattern][placeholder]" )
22 SUCCEED(
"airyPattern behavioral assertions are pending." );
Utilities related to the Airy pattern point spread function.
TEST_CASE("airyPattern API has a test placeholder", "[math::func::airyPattern][placeholder]")
Verifies that APIs declared in include/math/func/airyPattern.hpp remain available to the unit-test ta...