For purpose of testing I would like to mock DbxClient class using Mockito but it is not possible. The problem is that DbxClient is final and doesn't not implement any interface. Can you please fix it?
Sorry, I forgot to mention that I'm using Java API: https://www.dropbox.com/developers/core/start/java
I can't make any promises of course, but I'm sending this along as a request.
Thank you very much, I will hope.
Btw, similar problem have more classes then just DbxClient, e.g. DbxWriteMode. Generally, interfaces could be good solution, I guess. ;-) Good luck.
Is there any progress?
Sorry, no update on this right now.