mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
mxErrorOld_test.cpp
Go to the documentation of this file.
1/** \file mxErrorOld_test.cpp
2 * \brief Placeholder tests for the legacy mxlib error API.
3 */
4#include "../../catch2/catch.hpp"
5
7
8/** \defgroup mxErrorOld_unit_tests Legacy Error API Unit Tests
9 * \ingroup error_unit_tests
10 */
11
12namespace unitTest::placeholder::error_mxErrorOld_test
13{
14
15/** \brief Verifies that the legacy mxlib error-reporting API is represented in the unit-test target.
16 *
17 * \ingroup mxErrorOld_unit_tests
18 * \todo Add behavioral assertions for the APIs declared in mxErrorOld.hpp.
19 */
20TEST_CASE( "legacy error API has a test placeholder", "[error::mxErrorOld][placeholder]" )
21{
22 SUCCEED( "Legacy error-reporting behavioral assertions are pending." );
23}
24
25} // namespace unitTest::placeholder::error_mxErrorOld_test
TEST_CASE("legacy error API has a test placeholder", "[error::mxErrorOld][placeholder]")
Verifies that the legacy mxlib error-reporting API is represented in the unit-test target.
Old version. Deprecated. Declares and defines the mxlib error reporting system.