4#include "../../catch2/catch.hpp"
10template struct mx::wfp::fftwAllocator<std::complex<double>>;
11template class mx::wfp::imagingArray<std::complex<double>, mx::wfp::fftwAllocator<std::complex<double>>, 0>;
18namespace unitTest::placeholder::wfp_imagingArray_test
26TEST_CASE(
"imagingArray API has a test placeholder",
"[wfp::imagingArray][placeholder]" )
28 SUCCEED(
"imagingArray behavioral assertions are pending." );
TEST_CASE("imagingArray API has a test placeholder", "[wfp::imagingArray][placeholder]")
Verifies that APIs declared in include/wfp/imagingArray.hpp remain available to the unit-test target.
Declares and defines a class for managing images.