mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
directPhaseReconstructorD_test.cpp
Go to the documentation of this file.
1/** \file directPhaseReconstructorD_test.cpp
2 * \brief Documentation-only ownership placeholder for the legacy directPhaseReconstructorD header.
3 */
4#include "../../../catch2/catch.hpp"
5
6#include "../../../../include/ao/sim/directPhaseReconstructorD.hpp"
7
8/** \defgroup directPhaseReconstructorD_unit_tests directPhaseReconstructorD Unit Tests
9 * \ingroup ao_sim_unit_tests
10 */
11
12namespace unitTest::placeholder::ao_sim_directPhaseReconstructorD_test
13{
14
15/** \brief Keeps ownership of the legacy directPhaseReconstructorD header visible in the documented test inventory.
16 *
17 * The header declares a duplicate mx::AO::sim::directPhaseReconstructor class and this TEST_CASE is intentionally not
18 * compiled.
19 *
20 * \ingroup directPhaseReconstructorD_unit_tests
21 * \todo Decide whether to remove or modernize the header before enabling compilation and behavioral tests for
22 * mx::AO::sim::directPhaseReconstructor.
23 */
24TEST_CASE( "directPhaseReconstructorD header has a documentation-only ownership placeholder",
25 "[ao::sim::directPhaseReconstructorD][placeholder]" )
26{
27 SUCCEED( "directPhaseReconstructorD remains excluded pending removal or modernization." );
28}
29
30} // namespace unitTest::placeholder::ao_sim_directPhaseReconstructorD_test
TEST_CASE("directPhaseReconstructorD header has a documentation-only ownership placeholder", "[ao::sim::directPhaseReconstructorD][placeholder]")
Keeps ownership of the legacy directPhaseReconstructorD header visible in the documented test invento...