API
Applications
Utilities
API
Handbook
GitHub
Home
Loading...
Searching...
No Matches
koolanceCtrl_test.cpp
Go to the documentation of this file.
1
/** \file koolanceCtrl_test.cpp
2
* \brief Catch2 tests for the koolanceCtrl app.
3
* \author Jared R. Males (jaredmales@gmail.com)
4
*
5
* \ingroup koolanceCtrl_files
6
*/
7
8
#include "../../../tests/testXWC.hpp"
9
10
#include "../koolanceCtrl.hpp"
11
12
using namespace
MagAOX::app
;
13
14
namespace
libXWCTest
15
{
16
17
/** \defgroup koolanceCtrl_unit_test koolanceCtrl Unit Tests
18
* \brief Unit tests for the koolanceCtrl application.
19
*
20
* \ingroup application_unit_test
21
*/
22
23
/// Namespace for `koolanceCtrl` unit tests.
24
/** \ingroup koolanceCtrl_unit_test
25
*/
26
namespace
koolanceCtrlTest
27
{
28
29
/// Verify the placeholder koolanceCtrl test harness instantiates the app cleanly.
30
/**
31
* \ingroup koolanceCtrl_unit_test
32
*/
33
TEST_CASE
(
"koolanceCtrl placeholder harness instantiates the app"
,
"[koolanceCtrl]"
)
34
{
35
// clang-format off
36
#ifdef KOOLANCECTRL_TEST_DOXYGEN_REF
37
koolanceCtrl
();
38
#endif
39
// clang-format on
40
41
SECTION(
"default construction succeeds"
)
42
{
43
koolanceCtrl
app;
44
45
REQUIRE(
true
);
46
}
47
}
48
49
}
// namespace koolanceCtrlTest
50
51
}
// namespace libXWCTest
MagAOX::app::koolanceCtrl
The MagAO-X Koolance Controller.
Definition
koolanceCtrl.hpp:39
libXWCTest::koolanceCtrlTest::TEST_CASE
TEST_CASE("koolanceCtrl placeholder harness instantiates the app", "[koolanceCtrl]")
Verify the placeholder koolanceCtrl test harness instantiates the app cleanly.
Definition
koolanceCtrl_test.cpp:33
MagAOX::app
Definition
dm.hpp:21
libXWCTest
Namespace for all libXWC tests.
Definition
stdMotionStage_test.cpp:15
apps
koolanceCtrl
tests
koolanceCtrl_test.cpp
Generated by
1.9.8