mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
fitsUtils_test.cpp
Go to the documentation of this file.
1/** \file fitsUtils_test.cpp
2 * \brief Placeholder tests for the fitsUtils production API.
3 */
4
5#include "../../../catch2/catch.hpp"
6
8
9/** \defgroup fitsUtils_unit_tests FITS Utilities Unit Tests
10 * \ingroup fits_unit_tests
11 */
12
13namespace unitTest::placeholder::ioutils_fits_fitsUtils_test
14{
15
16/** \brief Records pending behavioral verification of the fitsUtils production API.
17 *
18 * \ingroup fitsUtils_unit_tests
19 * \todo Add behavioral assertions for the production API declared in \c include/ioutils/fits/fitsUtils.hpp.
20 */
21TEST_CASE( "fitsUtils production API placeholder", "[ioutils::fits::fitsUtils][placeholder]" )
22{
23 SUCCEED( "Behavioral API assertions are pending." );
24}
25
26} // namespace unitTest::placeholder::ioutils_fits_fitsUtils_test
Declares and defines utilities to work with FITS files.
TEST_CASE("fitsUtils production API placeholder", "[ioutils::fits::fitsUtils][placeholder]")
Records pending behavioral verification of the fitsUtils production API.