TestInfo<St> class

Constructors

TestInfo(St state, bool ini, ReduxAction<St>? action, Object? error, Object? processedError, int dispatchCount, int reduceCount, Queue<UserException> errors)

Properties

action ReduxAction<St>?
final
dispatchCount int
final
error Object?
The error thrown by the action, if any, before being processed by the action's wrapError() method.
final
errors Queue<UserException>
List of all UserException's waiting to be displayed in the error dialog.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ini bool
final
isEND bool
no setter
isINI bool
no setter
processedError Object?
The error thrown by the action, after being processed by the action's wrapError() method.
final
reduceCount int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state → St
final
type Type
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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