Unit test for utilities from rounding.h.
More...
Go to the source code of this file.
Macros | |
| #define | BOOST_TEST_MODULE RoundingTest |
Functions | |
| void | roundupTest () |
| void | rounddownTest () |
| BOOST_AUTO_TEST_CASE (RoundUpTestCase) | |
| BOOST_AUTO_TEST_CASE (RoundDownTestCase) | |
Unit test for utilities from rounding.h.
icarusalg/Utilities/rounding.h Definition in file rounding_test.cc.
| #define BOOST_TEST_MODULE RoundingTest |
Definition at line 10 of file rounding_test.cc.
| BOOST_AUTO_TEST_CASE | ( | RoundUpTestCase | ) |
Definition at line 52 of file rounding_test.cc.
| BOOST_AUTO_TEST_CASE | ( | RoundDownTestCase | ) |
Definition at line 59 of file rounding_test.cc.
| void rounddownTest | ( | ) |
Definition at line 34 of file rounding_test.cc.
| void roundupTest | ( | ) |
Definition at line 18 of file rounding_test.cc.
1.8.5