mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
aoConstants_test.cpp
Go to the documentation of this file.
1/** \file aoConstants_test.cpp
2 * \brief Placeholder tests for adaptive-optics constants.
3 */
4#include "../../../catch2/catch.hpp"
5
7
8/** \defgroup aoConstants_unit_tests aoConstants Unit Tests
9 * \ingroup ao_analysis_unit_tests
10 */
11
12namespace unitTest::placeholder::ao_analysis_aoConstants_test
13{
14
15/** \brief Verifies that the mx::AO::constants API is represented in the unit-test target.
16 *
17 * \ingroup aoConstants_unit_tests
18 * \todo Add behavioral assertions for mx::AO::constants::calcConstants, mx::AO::constants::a_SF, and
19 * mx::AO::constants::a_PSD.
20 */
21TEST_CASE( "aoConstants API has a test placeholder", "[ao::analysis::aoConstants][placeholder]" )
22{
23 SUCCEED( "Adaptive-optics constants behavioral assertions are pending." );
24}
25
26} // namespace unitTest::placeholder::ao_analysis_aoConstants_test
Calculate and provide constants related to adaptive optics.
TEST_CASE("aoConstants API has a test placeholder", "[ao::analysis::aoConstants][placeholder]")
Verifies that the mx::AO::constants API is represented in the unit-test target.