I want to test the method in my viewmodel that handles an EventBus event.
class TestViewModel(){ fun onEventMainThread(event: TestEvent) { doThis()