You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -300,17 +298,44 @@ public T verifyZeroInteractions() throws AssertionError {
300
298
* @return an array of all expectations that have been recorded by the MockServer in the order they have been received and including duplicates where the same request has been received multiple times
* Retrieve the recorded requests that match the httpRequest parameter, use null for the parameter to retrieve all requests
311
+
*
312
+
* @param httpRequest the http request that is matched against when deciding whether to return each request, use null for the parameter to retrieve for all requests
313
+
* @return an array of all expectations that have been recorded by the MockServer in the order they have been received and including duplicates where the same request has been received multiple times
* Retrieve the recorded requests that match the httpRequest parameter, use null for the parameter to retrieve all requests
329
+
*
330
+
* @param httpRequest the http request that is matched against when deciding whether to return each request, use null for the parameter to retrieve for all requests
331
+
* @return an array of all expectations that have been recorded by the MockServer in the order they have been received and including duplicates where the same request has been received multiple times
@@ -320,18 +345,15 @@ public HttpRequest[] retrieveRecordedRequests(HttpRequest httpRequest) {
320
345
* @param httpRequest the http request that is matched against when deciding whether to return each request, use null for the parameter to retrieve for all requests
321
346
* @return an array of all expectations that have been recorded by the MockServer in the order they have been received and including duplicates where the same request has been received multiple times
* Retrieve the already setup expectations match the httpRequest parameter, use null for the parameter to retrieve all expectations
121
+
*
122
+
* @param httpRequest the http request that is matched against when deciding whether to return each expectation, use null for the parameter to retrieve for all requests
123
+
* @return an array of all expectations that have been setup
0 commit comments