mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
logInterpolator_test.cpp
Go to the documentation of this file.
1/** \file logInterpolator_test.cpp
2 * \brief Placeholder tests for APIs declared in include/math/logInterpolator.hpp.
3 */
4#include "../../catch2/catch.hpp"
5
7
8/** \cond */
9/// Compile logarithmic interpolation with the supported linear GSL policy.
11/** \endcond */
12
13/** \defgroup logInterpolator_unit_tests logInterpolator Unit Tests
14 * \ingroup math_unit_tests
15 */
16
17namespace unitTest::placeholder::math_logInterpolator_test
18{
19
20/** \brief Verifies that APIs declared in include/math/logInterpolator.hpp remain available to the unit-test target.
21 *
22 * \ingroup logInterpolator_unit_tests
23 * \todo Add behavioral assertions for the APIs declared in include/math/logInterpolator.hpp.
24 */
25TEST_CASE( "logInterpolator API has a test placeholder", "[math::logInterpolator][placeholder]" )
26{
27 SUCCEED( "logInterpolator behavioral assertions are pending." );
28}
29
30} // namespace unitTest::placeholder::math_logInterpolator_test
Interpolate a function in log space.
TEST_CASE("logInterpolator API has a test placeholder", "[math::logInterpolator][placeholder]")
Verifies that APIs declared in include/math/logInterpolator.hpp remain available to the unit-test tar...
Interpolation in log space.