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