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