mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
typeDescription_test.cpp
Go to the documentation of this file.
1/** \file typeDescription_test.cpp
2 * \brief Placeholder tests for APIs declared in include/meta/typeDescription.hpp.
3 */
4#include "../../catch2/catch.hpp"
5
7
8/** \cond */
9namespace unitTest::compileAnchor
10{
11struct typeDescriptionProbe
12{
13};
14} // namespace unitTest::compileAnchor
15
16/// Compile the generic type-description implementation without selecting an explicit specialization.
18/** \endcond */
19
20/** \defgroup typeDescription_unit_tests typeDescription Unit Tests
21 * \ingroup meta_unit_tests
22 */
23
24namespace unitTest::placeholder::meta_typeDescription_test
25{
26
27/** \brief Verifies that APIs declared in include/meta/typeDescription.hpp remain available to the unit-test target.
28 *
29 * \ingroup typeDescription_unit_tests
30 * \todo Add behavioral assertions for the APIs declared in include/meta/typeDescription.hpp.
31 */
32TEST_CASE( "typeDescription API has a test placeholder", "[meta::typeDescription][placeholder]" )
33{
34 SUCCEED( "typeDescription behavioral assertions are pending." );
35}
36
37} // namespace unitTest::placeholder::meta_typeDescription_test
TEST_CASE("Loading aoAtmosphere config settings", "[ao::analysis::aoAtmosphere]")
Verify parsing and validation of atmosphere configuration settings.
Struct which contains static members describing a type.
Type description helper classes.