RecordingNotFoundException class
An exception thrown when an HTTP recording is not found.
You must run the http recorder with isUpdatingRecordings set to true,
typically by running flutter test --dart-define update_recordings=true.
- Implemented types
Constructors
- RecordingNotFoundException(BaseRequest request, String filename)
-
const
Properties
- filename → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- request → BaseRequest
-
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited