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