API
Applications
Utilities
API
Handbook
GitHub
Home
Loading...
Searching...
No Matches
semUtils_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 "../semUtils.hpp"
9
10
11
namespace
template_test
12
{
13
14
SCENARIO
(
"xxxx"
,
"[template]"
)
15
{
16
GIVEN
(
"xxxxx"
)
17
{
18
int
rv;
19
20
WHEN
(
"xxxx"
)
21
{
22
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
template_test
Definition
dev_test.cpp:33
libMagAOX
app
tests
semUtils_test.cpp
Generated by
1.9.8