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
6
#include "
../../../include/wfp/idealCoronagraph.hpp
"
7
8
/** \cond */
9
/// Compile the ideal-coronagraph implementation for a representative scalar type.
10
template
struct
mx::wfp::idealCoronagraph<double>
;
11
/** \endcond */
12
13
/** \defgroup idealCoronagraph_unit_tests idealCoronagraph Unit Tests
14
* \ingroup wfp_unit_tests
15
*/
16
17
namespace
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
*/
25
TEST_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
TEST_CASE("Loading aoAtmosphere config settings", "[ao::analysis::aoAtmosphere]")
Verify parsing and validation of atmosphere configuration settings.
Definition
aoAtmosphere_test.cpp:23
idealCoronagraph.hpp
Declares and defines a class to describe the Ideal Coronagraph.
mx::wfp::idealCoronagraph
The Ideal Coronagraph.
Definition
idealCoronagraph.hpp:59
tests
include
wfp
idealCoronagraph_test.cpp
Generated on
for mxlib by
1.15.0