JayBeams
0.1
Another project to have fun coding.
|
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (check_close_enough_integer) | |
BOOST_AUTO_TEST_CASE (check_close_enough_float) | |
BOOST_AUTO_TEST_CASE (check_close_enough_double) | |
BOOST_AUTO_TEST_CASE (check_close_enough_complex_integer) | |
BOOST_AUTO_TEST_CASE (check_close_enough_float_vector) | |
BOOST_AUTO_TEST_CASE_EXPECTED_FAILURES (check_close_enough_float_vector_failure, JB_TESTING_MAX_DIFFERENCES_PRINTED) | |
BOOST_AUTO_TEST_CASE_EXPECTED_FAILURES (check_close_enough_complex_double_multi_array, JB_TESTING_MAX_DIFFERENCES_PRINTED) | |
BOOST_AUTO_TEST_CASE | ( | check_close_enough_integer | ) |
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 13 of file ut_check_close_enough.cpp.
References jb::testing::check_close_enough().
BOOST_AUTO_TEST_CASE | ( | check_close_enough_float | ) |
Definition at line 31 of file ut_check_close_enough.cpp.
References jb::testing::check_close_enough().
BOOST_AUTO_TEST_CASE | ( | check_close_enough_double | ) |
Definition at line 49 of file ut_check_close_enough.cpp.
References jb::testing::check_close_enough().
BOOST_AUTO_TEST_CASE | ( | check_close_enough_complex_integer | ) |
Definition at line 67 of file ut_check_close_enough.cpp.
References jb::testing::check_close_enough().
BOOST_AUTO_TEST_CASE | ( | check_close_enough_float_vector | ) |
Definition at line 87 of file ut_check_close_enough.cpp.
References jb::testing::check_collection_close_enough(), and jb::detail::nsamples().
BOOST_AUTO_TEST_CASE_EXPECTED_FAILURES | ( | check_close_enough_float_vector_failure | , |
JB_TESTING_MAX_DIFFERENCES_PRINTED | |||
) |
TODO(#93) cleanup after boost-1.58.0 is no longer supported.
Definition at line 108 of file ut_check_close_enough.cpp.
References jb::testing::check_collection_close_enough(), and jb::detail::nsamples().
BOOST_AUTO_TEST_CASE_EXPECTED_FAILURES | ( | check_close_enough_complex_double_multi_array | , |
JB_TESTING_MAX_DIFFERENCES_PRINTED | |||
) |
TODO(#93) cleanup after boost-1.58.0 is no longer supported.
Definition at line 141 of file ut_check_close_enough.cpp.
References jb::testing::check_collection_close_enough(), and jb::detail::nsamples().