mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
ini_test.cpp
Go to the documentation of this file.
1/** \file ini_test.cpp
2 * \brief Placeholder tests for INI parsing.
3 */
4#include "../../catch2/catch.hpp"
5
7
8/** \defgroup ini_unit_tests INI Parser Unit Tests
9 * \ingroup app_unit_tests
10 */
11
12namespace unitTest::placeholder::app_ini_test
13{
14
15/** \brief Verifies that the ini_parse API is represented in the unit-test target.
16 *
17 * \ingroup ini_unit_tests
18 * \todo Add behavioral assertions for ini_parse and ini_parse_file.
19 */
20TEST_CASE( "INI parser API has a test placeholder", "[app::ini][placeholder]" )
21{
22 SUCCEED( "INI parser behavioral assertions are pending." );
23}
24
25} // namespace unitTest::placeholder::app_ini_test
TEST_CASE("INI parser API has a test placeholder", "[app::ini][placeholder]")
Verifies that the ini_parse API is represented in the unit-test target.
Definition ini_test.cpp:20
The inih ini-style, file parser modified for mxlib.