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