Track emitted event
The event that was emitted
The data passed with the event
Returns the size of captured events
The number of captured events
Find if an event was emitted
The event to check for
Optionalfinder: EventFinderCallback<EventsList, Event>Optional callback to filter specific event instances
True if the event was emitted
Find a specific event
The event to find
Optionalfinder: EventFinderCallback<EventsList, Event>Optional callback to filter specific event instances
The found event or null
Assert a given event has been emitted
The event to assert was emitted
Optionalfinder: EventFinderCallback<EventsList, Event>Optional callback to filter specific event instances
Assert number of times an event has been emitted
The event to check emission count for
The expected number of emissions
Assert a given event has been not been emitted
The event to assert was not emitted
Optionalfinder: EventFinderCallback<EventsList, Event>Optional callback to filter specific event instances
Flush events collected within memory
Exposes API to filter, find events from the events buffer.