mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
stars_test.cpp
Go to the documentation of this file.
1/** \file stars_test.cpp
2 * \brief Placeholder tests for stellar properties.
3 */
4#include "../../catch2/catch.hpp"
5
7
8/// \cond
9// Compile every non-template member of a representative stellar-sequence specialization.
11/// \endcond
12
13/** \defgroup stars_unit_tests Stellar Properties Unit Tests
14 * \ingroup astro_unit_tests
15 */
16
17namespace unitTest::placeholder::astro_stars_test
18{
19
20/** \brief Verifies that the mx::astro stellar APIs are represented in the unit-test target.
21 *
22 * \ingroup stars_unit_tests
23 * \todo Add behavioral assertions for mx::astro::mainSequence and related stellar APIs.
24 */
25TEST_CASE( "stellar APIs have a test placeholder", "[astro::stars][placeholder]" )
26{
27 SUCCEED( "Stellar-property behavioral assertions are pending." );
28}
29
30} // namespace unitTest::placeholder::astro_stars_test
TEST_CASE("Loading aoAtmosphere config settings", "[ao::analysis::aoAtmosphere]")
Verify parsing and validation of atmosphere configuration settings.
Various utilities related to stars.
Provide various characteristics of main sequence stars according to their spectral type.
Definition stars.hpp:113