StatefulFalsifyingExample<State, System> class final

A falsifying example of a stateful property.

See also:

Properties

exception Exception?
The exception that occurred during the initial failure or shrinking.
final
falsifyingState → State
The state in which the failure was found after shrinking.
final
falsifyingSteps List<StatefulExampleStep<State, System>>
The steps that led to the failure after shrinking.
final
falsifyingSystem → System
The system in which the failure was found after shrinking.
final
hashCode int
The hash code for this object.
no setterinherited
originalState → State
The state in which the initial failure occurred.
final
originalSteps List<StatefulExampleStep<State, System>>
The steps that led to the initial failure.
final
originalSystem → System
The system in which the initial failure occurred.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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