mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
generalIntegrator_test.cpp
Go to the documentation of this file.
1/** \file generalIntegrator_test.cpp
2 * \brief Placeholder tests for general adaptive-optics integration.
3 */
4#include "../../../catch2/catch.hpp"
5
7
8/** \cond */
9/// Compile the general integrator and its measurement type for a representative scalar type.
10template struct mx::AO::sim::wfMeasurement<double>;
12/** \endcond */
13
14/** \defgroup generalIntegrator_unit_tests generalIntegrator Unit Tests
15 * \ingroup ao_sim_unit_tests
16 */
17
18namespace unitTest::placeholder::ao_sim_generalIntegrator_test
19{
20
21/** \brief Verifies that the generalIntegrator API is represented in the unit-test target.
22 *
23 * \ingroup generalIntegrator_unit_tests
24 * \todo Add behavioral assertions for the APIs declared in mx::AO::sim::generalIntegrator.
25 */
26TEST_CASE( "generalIntegrator API has a test placeholder", "[ao::sim::generalIntegrator][placeholder]" )
27{
28 SUCCEED( "generalIntegrator behavioral assertions are pending." );
29}
30
31} // namespace unitTest::placeholder::ao_sim_generalIntegrator_test
Implements a general integrator controller.
Declares and defines a general integrator controller class for AO control.
TEST_CASE("Loading aoAtmosphere config settings", "[ao::analysis::aoAtmosphere]")
Verify parsing and validation of atmosphere configuration settings.