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
6
#include "
../../../include/astro/stars.hpp
"
7
8
/// \cond
9
// Compile every non-template member of a representative stellar-sequence specialization.
10
template
struct
mx::astro::mainSequence<double>
;
11
/// \endcond
12
13
/** \defgroup stars_unit_tests Stellar Properties Unit Tests
14
* \ingroup astro_unit_tests
15
*/
16
17
namespace
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
*/
25
TEST_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
TEST_CASE("Loading aoAtmosphere config settings", "[ao::analysis::aoAtmosphere]")
Verify parsing and validation of atmosphere configuration settings.
Definition
aoAtmosphere_test.cpp:23
stars.hpp
Various utilities related to stars.
mx::astro::mainSequence
Provide various characteristics of main sequence stars according to their spectral type.
Definition
stars.hpp:113
tests
include
astro
stars_test.cpp
Generated on
for mxlib by
1.15.0