API
Applications
Utilities
API
Handbook
GitHub
Home
Loading...
Searching...
No Matches
trippLitePDU_test.cpp
Go to the documentation of this file.
1
/** \file template_test.cpp
2
* \brief Catch2 tests for the template app.
3
*
4
* History:
5
*/
6
#include "../../../tests/catch2/catch.hpp"
7
8
#include "../trippLitePDU.hpp"
9
#include "../trippLitePDU_simulator.hpp"
10
11
using namespace
MagAOX::app
;
12
13
namespace
template_test
14
{
15
16
SCENARIO
(
"xxxx"
,
"[template]"
)
17
{
18
GIVEN
(
"xxxxx"
)
19
{
20
WHEN
(
"xxxx"
)
21
{
22
int
rv = 0;
23
24
REQUIRE
(rv == 0);
25
}
26
}
27
}
28
}
//namespace template_test
GIVEN
#define GIVEN(desc)
Definition
catch.hpp:17763
WHEN
#define WHEN(desc)
Definition
catch.hpp:17765
SCENARIO
#define SCENARIO(...)
Definition
catch.hpp:17760
REQUIRE
#define REQUIRE(...)
Definition
catch.hpp:17676
MagAOX::app
Definition
dm.hpp:28
template_test
Definition
dev_test.cpp:33
apps
trippLitePDU
tests
trippLitePDU_test.cpp
Generated by
1.9.8