Bruno Allaire-Lemay
/
APP1test
df
Fork of APP1 by
Diff: TestUtility.hpp
- Revision:
- 6:3facf0329142
- Child:
- 9:12519f9dd3cd
diff -r f59b51ac4b40 -r 3facf0329142 TestUtility.hpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TestUtility.hpp Sun Jan 15 02:04:23 2017 +0000 @@ -0,0 +1,12 @@ +#ifndef TEST_UTILITY_HPP +#define TEST_UTILITY_HPP + +namespace utility +{ + void run_all_tests(); + void test_is_almost_equal(); + void test_wrap_angle(); + void test_degree_from_radian(); +}; + +#endif \ No newline at end of file