JayBeams
0.1
Another project to have fun coding.
|
#include <jb/testing/check_close_enough.hpp>
#include <jb/testing/create_triangle_timeseries.hpp>
#include <boost/test/unit_test.hpp>
#include <complex>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (create_triangle_timeseries_float) | |
BOOST_AUTO_TEST_CASE (create_triangle_timeseries_double) | |
BOOST_AUTO_TEST_CASE (create_triangle_timeseries_cfloat) | |
BOOST_AUTO_TEST_CASE (create_triangle_timeseries_cdouble) | |
BOOST_AUTO_TEST_CASE | ( | create_triangle_timeseries_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_triangle_timeseries.cpp.
BOOST_AUTO_TEST_CASE | ( | create_triangle_timeseries_double | ) |
Definition at line 36 of file ut_create_triangle_timeseries.cpp.
BOOST_AUTO_TEST_CASE | ( | create_triangle_timeseries_cfloat | ) |
Definition at line 43 of file ut_create_triangle_timeseries.cpp.
BOOST_AUTO_TEST_CASE | ( | create_triangle_timeseries_cdouble | ) |
Definition at line 50 of file ut_create_triangle_timeseries.cpp.