ZukeEventBus class
In-memory event bus for one test execution.
Constructors
Properties
Methods
-
clear(
) → void - Removes all recorded events.
-
emit(
ZukeEvent event) → void -
Emits
event. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited