MCPcopy Create free account
hub / github.com/COVESA/vsomeip / TEST

Function TEST

test/network_tests/payload_tests/payload_test_client.cpp:241–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241TEST(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__)
250int main(int argc, char** argv) {

Callers

nothing calls this directly

Calls 3

initMethod · 0.45
startMethod · 0.45
join_sender_threadMethod · 0.45

Tested by

no test coverage detected