4#include "../../catch2/catch.hpp"
18namespace unitTest::placeholder::math_point2D_test
26TEST_CASE(
"point2D API has a test placeholder",
"[math::point2D][placeholder]" )
28 SUCCEED(
"point2D behavioral assertions are pending." );
A point in 2-dimensional space.
Utilities for working with angles.
TEST_CASE("point2D API has a test placeholder", "[math::point2D][placeholder]")
Verifies that APIs declared in include/math/point2D.hpp remain available to the unit-test target.