Depending on what you need to mock, I tend to focu...
# android
w
Depending on what you need to mock, I tend to focus on putting interfaces in front of "service" type classes, views, presenters, etc. Then you can just mock the interfaces and you don't need to either run the All Open plugin or try and mock out using 3rd party tools
1