I am using RestBuilder (LINK) for making REST calls to outer services. Now I want to mock that http requests for unit testing (or integration testing, whatever) service that handles all logic about communication with that outer services.
Does anyone know how to mock http requests or this RestBuilder maybe?
Thanks for any help! Ivan