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
@@ -297,4 +292,46 @@ public T verifyZeroInteractions() throws AssertionError {
297
292
}
298
293
returnclientClass.cast(this);
299
294
}
295
+
296
+
/**
297
+
* Retrieve the recorded requests that match the httpRequest parameter, use null for the parameter to retrieve all requests
298
+
*
299
+
* @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
300
+
* @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
319
+
*
320
+
* @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
+
* @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 as expectations, use null for the parameter to retrieve all requests
93
-
*
94
-
* @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
95
-
* @return an array of all expectations that have been recorded by the proxy
* Retrieve the recorded requests that match the httpRequest parameter as a JSON array, use null for the parameter to retrieve all requests
104
-
*
105
-
* @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
106
-
* @return a JSON array of all expectations that have been recorded by the proxy
0 commit comments