Hi, I’m trying to use mockk to mock a manager that is used by an activity. This manager ask an evenbus to send an event back to the origin activity with the callback onEventMainThread. I setup mockk, mock the manager and do my instrumentalTest implementation like this :