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
6
#include "
../../../../include/ao/sim/pyramidSensorSepQuad.hpp
"
7
8
/** \defgroup pyramidSensorSepQuad_unit_tests pyramidSensorSepQuad Unit Tests
9
* \ingroup ao_sim_unit_tests
10
*/
11
12
namespace
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
*/
23
TEST_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
unitTest::placeholder::ao_sim_pyramidSensorSepQuad_test::TEST_CASE
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.
Definition
pyramidSensorSepQuad_test.cpp:23
pyramidSensorSepQuad.hpp
tests
include
ao
sim
pyramidSensorSepQuad_test.cpp
Generated on
for mxlib by
1.15.0