| 239 | } |
| 240 | |
| 241 | TEST(someip_payload_test, send_different_payloads) { |
| 242 | payload_test_client test_client_(use_tcp, call_service_sync, sliding_window_size); |
| 243 | if (test_client_.init()) { |
| 244 | test_client_.start(); |
| 245 | test_client_.join_sender_thread(); |
| 246 | } |
| 247 | } |
| 248 | |
| 249 | #if defined(__linux__) || defined(__QNX__) |
| 250 | int main(int argc, char** argv) { |
nothing calls this directly
no test coverage detected