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