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
6
#include "
../../../include/meta/typeDescription.hpp
"
7
8
/** \cond */
9
namespace
unitTest::compileAnchor
10
{
11
struct
typeDescriptionProbe
12
{
13
};
14
}
// namespace unitTest::compileAnchor
15
16
/// Compile the generic type-description implementation without selecting an explicit specialization.
17
template
struct
mx::meta::typeDescription<unitTest::compileAnchor::typeDescriptionProbe>
;
18
/** \endcond */
19
20
/** \defgroup typeDescription_unit_tests typeDescription Unit Tests
21
* \ingroup meta_unit_tests
22
*/
23
24
namespace
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
*/
32
TEST_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
TEST_CASE("Loading aoAtmosphere config settings", "[ao::analysis::aoAtmosphere]")
Verify parsing and validation of atmosphere configuration settings.
Definition
aoAtmosphere_test.cpp:23
mx::meta::typeDescription
Struct which contains static members describing a type.
Definition
typeDescription.hpp:45
typeDescription.hpp
Type description helper classes.
tests
include
meta
typeDescription_test.cpp
Generated on
for mxlib by
1.15.0