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