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

Function TEST

test/network_tests/security_tests/security_test_client.cpp:192–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192TEST(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
200int main(int argc, char** argv) {
201 std::string test_remote("--remote");

Callers

nothing calls this directly

Calls 3

initMethod · 0.45
startMethod · 0.45
join_sender_threadMethod · 0.45

Tested by

no test coverage detected