The Mockito team is on fire lately! Not only did they add support to mock final classes and methods, but now they allow running Mockito directly onto an actual Android device. Time to convert our Mockito 1.x projects to 2.x! History #It has always been possible to run Mockito on Android devices and emulators. This however required using a tool called Dexmaker to help Mockito generate classes in th

