mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
sys_test.cpp
Go to the documentation of this file.
1/** \file sys_test.cpp
2 * \brief Placeholder tests for the sys production API.
3 */
4
5#include "../../catch2/catch.hpp"
6
8
9/** \defgroup sys_header_unit_tests System Programming Umbrella Header Unit Tests
10 * \ingroup sys_unit_tests
11 */
12
13namespace unitTest::placeholder::sys_sys_test
14{
15
16/** \brief Records pending behavioral verification of the sys production API.
17 *
18 * \ingroup sys_header_unit_tests
19 * \todo Add behavioral assertions for the production API declared in \c include/sys/sys.hpp.
20 */
21TEST_CASE( "sys production API placeholder", "[sys][placeholder]" )
22{
23 SUCCEED( "Behavioral API assertions are pending." );
24}
25
26} // namespace unitTest::placeholder::sys_sys_test
TEST_CASE("sys production API placeholder", "[sys][placeholder]")
Records pending behavioral verification of the sys production API.
Definition sys_test.cpp:21
Library include for the sys module.