EventHandlerTestHelper
Provides utility functions for mocking EventHandler in a unit test.
Functions
Link copied to clipboard
Link copied to clipboard
open fun <E, R> createMockEventHandler(eventClass: Class, handler: EventHandlerTestHelper.MockEventHandler<E, R>): EventHandler<E>
Creates a mock EventHandler