Verify a request has been sent for example: mockServerClient .verify( request() .withPath("/some_path") .withBody("some_request_body") );
@param httpRequest the http request that must be matched for this verification to pass
@throws AssertionError if the request has not been found
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.