JayBeams  0.1
Another project to have fun coding.
Functions
ut_create_square_timeseries.cpp File Reference
#include <jb/testing/check_close_enough.hpp>
#include <jb/testing/create_square_timeseries.hpp>
#include <boost/test/unit_test.hpp>
#include <complex>

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (create_square_timeseries_float)
 
 BOOST_AUTO_TEST_CASE (create_square_timeseries_double)
 
 BOOST_AUTO_TEST_CASE (create_square_timeseries_cfloat)
 
 BOOST_AUTO_TEST_CASE (create_square_timeseries_cdouble)
 

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/4]

BOOST_AUTO_TEST_CASE ( create_square_timeseries_float  )
Test:
Test jb::testing::create_square_timeseries with float

Usually I do not spend time testing helper functions for tests, but in this case the helper has a lot of template code and we want to validate this before too long.

Definition at line 29 of file ut_create_square_timeseries.cpp.

◆ BOOST_AUTO_TEST_CASE() [2/4]

BOOST_AUTO_TEST_CASE ( create_square_timeseries_double  )

◆ BOOST_AUTO_TEST_CASE() [3/4]

BOOST_AUTO_TEST_CASE ( create_square_timeseries_cfloat  )
Test:
Test jb::testing::create_square_timeseries with std::complex<float>

Definition at line 43 of file ut_create_square_timeseries.cpp.

◆ BOOST_AUTO_TEST_CASE() [4/4]

BOOST_AUTO_TEST_CASE ( create_square_timeseries_cdouble  )
Test:
Test jb::testing::create_square_timeseries with std::complex<double>

Definition at line 50 of file ut_create_square_timeseries.cpp.