mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
idealCoronagraph_test.cpp
Go to the documentation of this file.
1/** \file idealCoronagraph_test.cpp
2 * \brief Placeholder tests for APIs declared in include/wfp/idealCoronagraph.hpp.
3 */
4#include "../../catch2/catch.hpp"
5
7
8/** \cond */
9/// Compile the ideal-coronagraph implementation for a representative scalar type.
11/** \endcond */
12
13/** \defgroup idealCoronagraph_unit_tests idealCoronagraph Unit Tests
14 * \ingroup wfp_unit_tests
15 */
16
17namespace unitTest::placeholder::wfp_idealCoronagraph_test
18{
19
20/** \brief Verifies that APIs declared in include/wfp/idealCoronagraph.hpp remain available to the unit-test target.
21 *
22 * \ingroup idealCoronagraph_unit_tests
23 * \todo Add behavioral assertions for the APIs declared in include/wfp/idealCoronagraph.hpp.
24 */
25TEST_CASE( "idealCoronagraph API has a test placeholder", "[wfp::idealCoronagraph][placeholder]" )
26{
27 SUCCEED( "idealCoronagraph behavioral assertions are pending." );
28}
29
30} // namespace unitTest::placeholder::wfp_idealCoronagraph_test
TEST_CASE("Loading aoAtmosphere config settings", "[ao::analysis::aoAtmosphere]")
Verify parsing and validation of atmosphere configuration settings.
Declares and defines a class to describe the Ideal Coronagraph.
The Ideal Coronagraph.