Slide 6
Slide 6 text
Robolectric
Tests run in JVM, not in DavikVM
No dexing, packaging, installation process. No emulator or
device needed
Run on JVM
Fast
Freedom
Can use reflection without worry about performance
Can use big libraries, large jar file: apache common, google libraries like
truth, guava.
Fast debugging and possible hot code swapping
Test behavior not implementation