MCPcopy Create free account
hub / github.com/MITK/MITK / usServiceHooksTest

Function usServiceHooksTest

Modules/CppMicroServices/test/usServiceHooksTest.cpp:370–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368} // end unnamed namespace
369
370int usServiceHooksTest(int /*argc*/, char* /*argv*/[])
371{
372 US_TEST_BEGIN("ServiceHooksTest");
373
374 TestListenerHook();
375 TestFindHook();
376 TestEventListenerHook();
377
378 US_TEST_END()
379}

Callers

nothing calls this directly

Calls 3

TestListenerHookFunction · 0.85
TestEventListenerHookFunction · 0.85
TestFindHookFunction · 0.70

Tested by

no test coverage detected