| 25 | protected: |
| 26 | void onThreadInitialize() override { thread_initialize = true; } |
| 27 | void onThreadCleanup() override { thread_cleanup = true; } |
| 28 | void onStarted() override { started = true; } |
| 29 | void onStopped() override { stopped = true; } |
| 30 | void onIdle() override { idle = true; } |
nothing calls this directly
no outgoing calls
no test coverage detected