TestEventRecorder<T extends Object> class
final
Records an ordered sequence such as resource acquisition and cleanup events.
Constructors
Properties
Methods
-
clear(
) → void -
expectEvents(
Iterable< T> expected) → void - Verify an exact ordered sequence without depending on a test framework.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
record(
T event) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited