A sample of how we could use the MVP pattern to make tests faster (using Mockito). This project also compares the difference between a regular instrumentation tests on a MVC/MVVM Activity versus a MVP test.
The kotlin version of this project is simply available on the master branch
Please checkout the Java version @ https://github.com/omadahealth/AndroidMVPDemo/tree/java (or checkout the "java" branch)