| 190 | } |
| 191 | |
| 192 | TEST(someip_security_test, basic_subscribe_request_response) { |
| 193 | security_test_client test_client(is_remote_test, remote_client_allowed); |
| 194 | if (test_client.init()) { |
| 195 | test_client.start(); |
| 196 | test_client.join_sender_thread(); |
| 197 | } |
| 198 | } |
| 199 | |
| 200 | int main(int argc, char** argv) { |
| 201 | std::string test_remote("--remote"); |
nothing calls this directly
no test coverage detected