com.vaadin.testbench.

Class EventsUtil


  • public class EventsUtil
    extends Object
    • Method Detail

      • dispatchEvent

        public static void dispatchEvent(TestBenchElement element,
                                         String eventType,
                                         Map<String,Object> customEventInit)

        Dispatches (fires) a custom event of the given type on the element with the given properties

        Parameters:

        element - element that will dispatch the event

        eventType - the type of custom event to dispatch

        customEventInit - map with properties and values that will be used to initialize the event