findAllUnmatchedRequests

Deprecated

Use findAllUnexpectedRequests() instead

Replace with

findAllUnexpectedRequests()

Returns all HTTP requests that arrived at the server but were not matched by any stub.

Return

A list of RecordedRequest snapshots.