nacx commented on issue #47: J clouds 1516
URL: https://github.com/apache/jclouds/pull/47#issuecomment-540481010
 
 
   You just need to mock the responses. Mockwebserver has a queue (FIFO) of 
mocked requests it serves upon request. You just need to configure it with mock 
responses, then use the S3 client normally to call the method you modified. 
Mockwebserver will record all requests it has received, so you can verify that 
the HTTP request that was generated by invoking your method has the expected 
values.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to