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
6
#include "
../../../../include/ao/sim/ccdDetector.hpp
"
7
8
/** \cond */
9
/// Compile the CCD detector implementation for a representative scalar type.
10
template
class
mx::AO::sim::ccdDetector<double>
;
11
/** \endcond */
12
13
/** \defgroup ccdDetector_unit_tests ccdDetector Unit Tests
14
* \ingroup ao_sim_unit_tests
15
*/
16
17
namespace
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
*/
25
TEST_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
ccdDetector.hpp
Provides a class to simulate a CCD.
mx::AO::sim::ccdDetector
A simulated CCD detector.
Definition
ccdDetector.hpp:44
TEST_CASE
TEST_CASE("Loading aoAtmosphere config settings", "[ao::analysis::aoAtmosphere]")
Verify parsing and validation of atmosphere configuration settings.
Definition
aoAtmosphere_test.cpp:23
tests
include
ao
sim
ccdDetector_test.cpp
Generated on
for mxlib by
1.15.0