Bruno Allaire-Lemay
/
APP1test
df
Fork of APP1 by
TestUtility.hpp
- Committer:
- GaiSensei
- Date:
- 2017-01-16
- Revision:
- 13:bb9669053eb3
- Parent:
- 12:1c341b119b23
- Child:
- 18:a21199781d20
File content as of revision 13:bb9669053eb3:
#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(); void test_update_bit(); void test_update_bit_for_values_greater_than_one_byte(); void test_update_bits(); } #endif