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
7
8/** \cond */
9/// Compile the average-periodogram implementation for a representative scalar type.
11/** \endcond */
12
13/** \defgroup averagePeriodogram_unit_tests averagePeriodogram Unit Tests
14 * \ingroup sigproc_unit_tests
15 */
16
17namespace 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 */
26TEST_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
A class to manage calculation of periodograms from time series data.
Calculate the average periodogram of a time-series.
TEST_CASE("Loading aoAtmosphere config settings", "[ao::analysis::aoAtmosphere]")
Verify parsing and validation of atmosphere configuration settings.