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