RxTester<T> class

Test utility for tracking changes to Rx values

Constructors

RxTester.new(Rx<T> value)

Properties

changes List<T>
final
hasChanged bool
no setter
hashCode int
The hash code for this object.
no setterinherited
lastValue → T?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value Rx<T>
final

Methods

dispose() → void
expectChanges(List<T> expected) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited