mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
array2FitGaussian2D_test.cpp
Go to the documentation of this file.
1/** \file array2FitGaussian2D_test.cpp
2 * \brief Placeholder tests for APIs declared in include/math/fit/array2FitGaussian2D.hpp.
3 */
4#include "../../../catch2/catch.hpp"
5
7
8/** \cond */
9/// Compile the two-dimensional Gaussian array adapter for a representative scalar type.
11/** \endcond */
12
13/** \defgroup array2FitGaussian2D_unit_tests array2FitGaussian2D Unit Tests
14 * \ingroup math_fit_unit_tests
15 */
16
17namespace unitTest::placeholder::math_fit_array2FitGaussian2D_test
18{
19
20/** \brief Verifies that APIs declared in include/math/fit/array2FitGaussian2D.hpp remain available to the unit-test
21 * target.
22 *
23 * \ingroup array2FitGaussian2D_unit_tests
24 * \todo Add behavioral assertions for the APIs declared in include/math/fit/array2FitGaussian2D.hpp.
25 */
26TEST_CASE( "array2FitGaussian2D API has a test placeholder", "[math::fit::array2FitGaussian2D][placeholder]" )
27{
28 SUCCEED( "array2FitGaussian2D behavioral assertions are pending." );
29}
30
31} // namespace unitTest::placeholder::math_fit_array2FitGaussian2D_test
Wrapper for a native array to pass to mx::math::fit::levmarInterface, with 2D Gaussian details.
TEST_CASE("Loading aoAtmosphere config settings", "[ao::analysis::aoAtmosphere]")
Verify parsing and validation of atmosphere configuration settings.
Wrapper for a native array to pass to levmarInterface, with 2D Gaussian details.