Hi Edoardo, On Sat, Nov 19, 2016 at 6:12 PM, Edoardo Causarano <edoardo.causar...@gmail.com> wrote: > 3. Testing: Dropbox doesn't provide a mock of its service. How would you go > with testing the code? Any example you can suggest?
my 2c: do as much as you can in unit tests, and for integration tests use WireMock[1] [1] http://wiremock.org/ -- Zoran Regvart