mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
ccdDetector_test.cpp
Go to the documentation of this file.
1/** \file ccdDetector_test.cpp
2 * \brief Placeholder tests for simulated CCD detectors.
3 */
4#include "../../../catch2/catch.hpp"
5
7
8/** \cond */
9/// Compile the CCD detector implementation for a representative scalar type.
11/** \endcond */
12
13/** \defgroup ccdDetector_unit_tests ccdDetector Unit Tests
14 * \ingroup ao_sim_unit_tests
15 */
16
17namespace unitTest::placeholder::ao_sim_ccdDetector_test
18{
19
20/** \brief Verifies that the ccdDetector API is represented in the unit-test target.
21 *
22 * \ingroup ccdDetector_unit_tests
23 * \todo Add behavioral assertions for the APIs declared in mx::AO::sim::ccdDetector.
24 */
25TEST_CASE( "ccdDetector API has a test placeholder", "[ao::sim::ccdDetector][placeholder]" )
26{
27 SUCCEED( "ccdDetector behavioral assertions are pending." );
28}
29
30} // namespace unitTest::placeholder::ao_sim_ccdDetector_test
Provides a class to simulate a CCD.
A simulated CCD detector.
TEST_CASE("Loading aoAtmosphere config settings", "[ao::analysis::aoAtmosphere]")
Verify parsing and validation of atmosphere configuration settings.