VerificationResult class
Information about a stub call verification.
This class is most useful to users in two ways:
Properties
- callCount ↔ int
-
The number of calls matched in this verification.
read / write
- captured ↔ List
-
List of all arguments captured in real calls.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
called(
dynamic matcher) → void -
Assert that the number of calls matches
matcher
. -
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