| 152 | } |
| 153 | |
| 154 | TEST(someip_security_test, basic_subscribe_request_response) { |
| 155 | security_test_service test_service; |
| 156 | if (test_service.init()) { |
| 157 | test_service.start(); |
| 158 | test_service.join_offer_thread(); |
| 159 | } |
| 160 | } |
| 161 | |
| 162 | #if defined(__linux__) || defined(__QNX__) |
| 163 | int main(int argc, char** argv) { |
nothing calls this directly
no test coverage detected