API
cacaoInterface_test.cpp
Go to the documentation of this file.
1 /** \file cacaoInterface_test.cpp
2  * \brief Catch2 tests for the cacaoInterface app.
3  * \author Jared R. Males (jaredmales@gmail.com)
4  *
5  * History:
6  */
7 
8 
9 
10 #include "../../../tests/catch2/catch.hpp"
11 #include "../../tests/testMacrosINDI.hpp"
12 
13 #include "../cacaoInterface.hpp"
14 
15 using namespace MagAOX::app;
16 
17 namespace CACAOITEST
18 {
19 
21 {
22 
23 public:
24  cacaoInterface_test(const std::string device)
25  {
26  m_configName = device;
27 
28  XWCTEST_SETUP_INDI_NEW_PROP(loopState);
31  XWCTEST_SETUP_INDI_NEW_PROP(multCoeff);
33 
34  }
35 };
36 
37 
38 SCENARIO( "INDI Callbacks", "[cacaoInterface]" )
39 {
45 
46 }
47 
48 
49 } //namespace cacaoInterface_test
cacaoInterface_test(const std::string device)
The MagAO-X CACAO Interface.
#define XWCTEST_INDI_NEW_CALLBACK(testclass, propname)
Catch-2 tests for whether a NEW callback properly validates the input property properly.
SCENARIO("INDI Callbacks", "[cacaoInterface]")
#define XWCTEST_SETUP_INDI_NEW_PROP(propname)