mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
expModGaussian_test.cpp
Go to the documentation of this file.
1/** \file expModGaussian_test.cpp
2 * \brief Placeholder tests for APIs declared in include/math/func/expModGaussian.hpp.
3 */
4#include "../../../catch2/catch.hpp"
5
7
8/** \cond */
9/// Compile the exponentially modified Gaussian mode functor for a representative scalar type.
10template struct mx::math::func::emgModeFunc<double>;
11/** \endcond */
12
13/** \defgroup expModGaussian_unit_tests expModGaussian Unit Tests
14 * \ingroup math_func_unit_tests
15 */
16
17namespace unitTest::placeholder::math_func_expModGaussian_test
18{
19
20/** \brief Verifies that APIs declared in include/math/func/expModGaussian.hpp remain available to the unit-test target.
21 *
22 * \ingroup expModGaussian_unit_tests
23 * \todo Add behavioral assertions for the APIs declared in include/math/func/expModGaussian.hpp.
24 */
25TEST_CASE( "expModGaussian API has a test placeholder", "[math::func::expModGaussian][placeholder]" )
26{
27 SUCCEED( "expModGaussian behavioral assertions are pending." );
28}
29
30} // namespace unitTest::placeholder::math_func_expModGaussian_test
The Exponentially Modified Gaussian distribution.
TEST_CASE("Loading aoAtmosphere config settings", "[ao::analysis::aoAtmosphere]")
Verify parsing and validation of atmosphere configuration settings.