mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
rawBinary_test.cpp
Go to the documentation of this file.
1/** \file rawBinary_test.cpp
2 * \brief Placeholder tests for the rawBinary production API.
3 */
4
5#include "../../catch2/catch.hpp"
6
8
9/** \defgroup rawBinary_unit_tests Raw Binary I/O Unit Tests
10 * \ingroup ioutils_unit_tests
11 */
12
13namespace unitTest::placeholder::ioutils_rawBinary_test
14{
15
16/** \brief Records pending behavioral verification of the rawBinary production API.
17 *
18 * \ingroup rawBinary_unit_tests
19 * \todo Add behavioral assertions for the production API declared in \c include/ioutils/rawBinary.hpp.
20 */
21TEST_CASE( "rawBinary production API placeholder", "[ioutils::rawBinary][placeholder]" )
22{
23 SUCCEED( "Behavioral API assertions are pending." );
24}
25
26} // namespace unitTest::placeholder::ioutils_rawBinary_test
TEST_CASE("rawBinary production API placeholder", "[ioutils::rawBinary][placeholder]")
Records pending behavioral verification of the rawBinary production API.
Provides functions for working with raw binary files.