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
6
#include "
../../../include/math/histogramUniform.hpp
"
7
8
/** \cond */
9
/// Compile the uniform histogram implementation for a representative scalar type.
10
template
class
mx::math::histogramUniform<double>
;
11
/** \endcond */
12
13
/** \defgroup histogramUniform_unit_tests histogramUniform Unit Tests
14
* \ingroup math_unit_tests
15
*/
16
17
namespace
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
*/
25
TEST_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
mx::math::histogramUniform
A histogram with uniform bin spacing.
Definition
histogramUniform.hpp:46
TEST_CASE
TEST_CASE("Loading aoAtmosphere config settings", "[ao::analysis::aoAtmosphere]")
Verify parsing and validation of atmosphere configuration settings.
Definition
aoAtmosphere_test.cpp:23
histogramUniform.hpp
Header for the std::vector utilities.
tests
include
math
histogramUniform_test.cpp
Generated on
for mxlib by
1.15.0