mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
psdVarMean_test.cpp
Go to the documentation of this file.
1/** \file psdVarMean_test.cpp
2 * \brief Placeholder tests for APIs declared in include/sigproc/psdVarMean.hpp.
3 */
4#include "../../catch2/catch.hpp"
5
7
8/** \cond */
9/// Compile the PSD variance-of-the-mean evaluator with its standard parameter type.
12/** \endcond */
13
14/** \defgroup psdVarMean_unit_tests psdVarMean Unit Tests
15 * \ingroup sigproc_unit_tests
16 */
17
18namespace unitTest::placeholder::sigproc_psdVarMean_test
19{
20
21/** \brief Verifies that APIs declared in include/sigproc/psdVarMean.hpp remain available to the unit-test target.
22 *
23 * \ingroup psdVarMean_unit_tests
24 * \todo Add behavioral assertions for the APIs declared in include/sigproc/psdVarMean.hpp.
25 */
26TEST_CASE( "psdVarMean API has a test placeholder", "[sigproc::psdVarMean][placeholder]" )
27{
28 SUCCEED( "psdVarMean behavioral assertions are pending." );
29}
30
31} // namespace unitTest::placeholder::sigproc_psdVarMean_test
TEST_CASE("psdVarMean API has a test placeholder", "[sigproc::psdVarMean][placeholder]")
Verifies that APIs declared in include/sigproc/psdVarMean.hpp remain available to the unit-test targe...
Tools for calculating the variance of the mean of a PSD.
Parameters for calculating the variance of the mean from a numerical PSD.
Calculate the variance of the mean for a process given its PSD.