ViewModelPipeTester<V extends ViewModel> class

Properties

completer Completer<void>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasInitialViewModelBeenReceived bool
getter/setter pair
receivedViewModel ↔ V?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
thenExpectA(V item) Future<void>
thenExpectAnyModel() Future<void>
thenExpectInOrder(List<V> items) Future<void>
toString() String
A string representation of this object.
inherited
whenBeingListenedTo() ViewModelPipeTester<ViewModel>
whenDoing(Function launch) ViewModelPipeTester<ViewModel>

Operators

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

Static Methods

forPipe<V extends ViewModel>(Pipe<V> publisher) ViewModelPipeTester<ViewModel>