find All Unmatched Requests
Deprecated
Use findAllUnexpectedRequests() instead
Replace with
findAllUnexpectedRequests()Content copied to clipboard
Returns all HTTP requests that arrived at the server but were not matched by any stub.
Return
A list of RecordedRequest snapshots.