| 75 | } // namespace testing |
| 76 | |
| 77 | int main() { |
| 78 | testing::test_get_name_by_id(); |
| 79 | testing::test_get_name_by_type(); |
| 80 | testing::test_names_as_array(); |
| 81 | testing::test_names_as_array_for_empty(); |
| 82 | |
| 83 | return boost::report_errors(); |
| 84 | } |
| 85 | |
| 86 |
nothing calls this directly
no test coverage detected