Integration testing with Robolectric
When I first started using Robolectric in late 2011 it was a literal godsend.
This amazing framework made it possible to unit test Android code in the local JVM using bytecode manipulation to replace Android classes with mock (shadow)…