mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
histogramUniform_test.cpp
Go to the documentation of this file.
1/** \file histogramUniform_test.cpp
2 * \brief Placeholder tests for APIs declared in include/math/histogramUniform.hpp.
3 */
4#include "../../catch2/catch.hpp"
5
7
8/** \cond */
9/// Compile the uniform histogram implementation for a representative scalar type.
11/** \endcond */
12
13/** \defgroup histogramUniform_unit_tests histogramUniform Unit Tests
14 * \ingroup math_unit_tests
15 */
16
17namespace unitTest::placeholder::math_histogramUniform_test
18{
19
20/** \brief Verifies that APIs declared in include/math/histogramUniform.hpp remain available to the unit-test target.
21 *
22 * \ingroup histogramUniform_unit_tests
23 * \todo Add behavioral assertions for the APIs declared in include/math/histogramUniform.hpp.
24 */
25TEST_CASE( "histogramUniform API has a test placeholder", "[math::histogramUniform][placeholder]" )
26{
27 SUCCEED( "histogramUniform behavioral assertions are pending." );
28}
29
30} // namespace unitTest::placeholder::math_histogramUniform_test
A histogram with uniform bin spacing.
TEST_CASE("Loading aoAtmosphere config settings", "[ao::analysis::aoAtmosphere]")
Verify parsing and validation of atmosphere configuration settings.
Header for the std::vector utilities.