JayBeams
0.1
Another project to have fun coding.
|
#include <jb/testing/create_triangle_timeseries.hpp>
#include <jb/testing/delay_timeseries.hpp>
#include <boost/test/unit_test.hpp>
#include <chrono>
Go to the source code of this file.
Functions | |
std::ostream & | std::operator<< (std::ostream &os, std::pair< std::ptrdiff_t, float > const &x) |
BOOST_AUTO_TEST_CASE (delay_timeseries_periodic_default) | |
BOOST_AUTO_TEST_CASE (extrapolate_periodic) | |
BOOST_AUTO_TEST_CASE (delay_timeseries_zeroes_default) | |
BOOST_AUTO_TEST_CASE | ( | delay_timeseries_periodic_default | ) |
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 24 of file ut_delay_timeseries.cpp.
References jb::testing::create_triangle_timeseries(), and jb::testing::delay_timeseries_periodic().
BOOST_AUTO_TEST_CASE | ( | extrapolate_periodic | ) |
Definition at line 44 of file ut_delay_timeseries.cpp.
BOOST_AUTO_TEST_CASE | ( | delay_timeseries_zeroes_default | ) |
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 62 of file ut_delay_timeseries.cpp.
References jb::testing::create_triangle_timeseries(), and jb::testing::delay_timeseries_zeroes().
std::ostream& std::operator<< | ( | std::ostream & | os, |
std::pair< std::ptrdiff_t, float > const & | x | ||
) |
Definition at line 11 of file ut_delay_timeseries.cpp.