mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [
git repo
]
Loading...
Searching...
No Matches
ipc_test.cpp
Go to the documentation of this file.
1
/** \file ipc_test.cpp
2
* \brief Placeholder tests for the ipc production API.
3
*/
4
5
#include "../../catch2/catch.hpp"
6
7
#include "
../../../include/ipc/ipc.hpp
"
8
9
/** \defgroup ipc_header_unit_tests IPC Umbrella Header Unit Tests
10
* \ingroup ipc_unit_tests
11
*/
12
13
namespace
unitTest::placeholder::ipc_ipc_test
14
{
15
16
/** \brief Records pending behavioral verification of the ipc production API.
17
*
18
* \ingroup ipc_header_unit_tests
19
* \todo Add behavioral assertions for the production API declared in \c include/ipc/ipc.hpp.
20
*/
21
TEST_CASE
(
"ipc production API placeholder"
,
"[ipc][placeholder]"
)
22
{
23
SUCCEED(
"Behavioral API assertions are pending."
);
24
}
25
26
}
// namespace unitTest::placeholder::ipc_ipc_test
unitTest::placeholder::ipc_ipc_test::TEST_CASE
TEST_CASE("ipc production API placeholder", "[ipc][placeholder]")
Records pending behavioral verification of the ipc production API.
Definition
ipc_test.cpp:21
ipc.hpp
Declarations for the mxlib interprocess communication (IPC) tools.
tests
include
ipc
ipc_test.cpp
Generated on
for mxlib by
1.15.0