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

Function TEST

test/network_tests/security_tests/security_test_service.cpp:154–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154TEST(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__)
163int main(int argc, char** argv) {

Callers

nothing calls this directly

Calls 3

initMethod · 0.45
startMethod · 0.45
join_offer_threadMethod · 0.45

Tested by

no test coverage detected