mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [
git repo
]
Loading...
Searching...
No Matches
linearPredictor_test.cpp
Go to the documentation of this file.
1
/** \file linearPredictor_test.cpp
2
* \brief Placeholder tests for APIs declared in include/sigproc/linearPredictor.hpp.
3
*/
4
#include "../../catch2/catch.hpp"
5
6
#include "
../../../include/sigproc/linearPredictor.hpp
"
7
8
/** \cond */
9
/// Compile the linear-predictor implementation for a representative scalar type.
10
template
struct
mx::sigproc::linearPredictor<double>
;
11
/** \endcond */
12
13
/** \defgroup linearPredictor_unit_tests linearPredictor Unit Tests
14
* \ingroup sigproc_unit_tests
15
*/
16
17
namespace
unitTest::placeholder::sigproc_linearPredictor_test
18
{
19
20
/** \brief Verifies that APIs declared in include/sigproc/linearPredictor.hpp remain available to the unit-test target.
21
*
22
* \ingroup linearPredictor_unit_tests
23
* \todo Add behavioral assertions for the APIs declared in include/sigproc/linearPredictor.hpp.
24
*/
25
TEST_CASE
(
"linearPredictor API has a test placeholder"
,
"[sigproc::linearPredictor][placeholder]"
)
26
{
27
SUCCEED(
"linearPredictor behavioral assertions are pending."
);
28
}
29
30
}
// namespace unitTest::placeholder::sigproc_linearPredictor_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
linearPredictor.hpp
Working with linear prediction.
mx::sigproc::linearPredictor
A class to support linear prediction.
Definition
linearPredictor.hpp:58
tests
include
sigproc
linearPredictor_test.cpp
Generated on
for mxlib by
1.15.0