mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
logRadProfIntegrator_test.cpp
Go to the documentation of this file.
1/** \file logRadProfIntegrator_test.cpp
2 * \brief Placeholder tests for APIs declared in include/math/logRadProfIntegrator.hpp.
3 */
4#include "../../catch2/catch.hpp"
5
6#include "../../../include/math/logRadProfIntegrator.hpp"
7
8/** \defgroup logRadProfIntegrator_unit_tests logRadProfIntegrator Unit Tests
9 * \ingroup math_unit_tests
10 */
11
12namespace unitTest::placeholder::math_logRadProfIntegrator_test
13{
14
15/** \brief Verifies that APIs declared in include/math/logRadProfIntegrator.hpp remain available to the unit-test
16 * target.
17 *
18 * \ingroup logRadProfIntegrator_unit_tests
19 * \todo Add behavioral assertions for the APIs declared in include/math/logRadProfIntegrator.hpp.
20 */
21TEST_CASE( "logRadProfIntegrator API has a test placeholder", "[math::logRadProfIntegrator][placeholder]" )
22{
23 SUCCEED( "logRadProfIntegrator behavioral assertions are pending." );
24}
25
26} // namespace unitTest::placeholder::math_logRadProfIntegrator_test
TEST_CASE("logRadProfIntegrator API has a test placeholder", "[math::logRadProfIntegrator][placeholder]")
Verifies that APIs declared in include/math/logRadProfIntegrator.hpp remain available to the unit-tes...