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
6
#include "
../../../../include/math/func/gammaDistribution.hpp
"
7
8
/** \defgroup gammaDistribution_unit_tests gammaDistribution Unit Tests
9
* \ingroup math_func_unit_tests
10
*/
11
12
namespace
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
*/
21
TEST_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
gammaDistribution.hpp
The Gamma Distribution.
unitTest::placeholder::math_func_gammaDistribution_test::TEST_CASE
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...
Definition
gammaDistribution_test.cpp:21
tests
include
math
func
gammaDistribution_test.cpp
Generated on
for mxlib by
1.15.0