Android: How to run PIT Mutation Testing with Robolectric?
问题 How to use Robolectric and PIT for testing an Android Application? With Robolectric, you can run Android Tests in the JVM. With PIT you can show line coverage and do mutation testing. For me, it's ok use Eclipse+Plugins, but no requirement. This is what I have tried so far: I have an Android Project, let's call it MyProject . I now want to test MyProject in the JVM using Robolectric and PIT. Therefore, I created another Project called MyTest and managed to run Robolectric tests successfully,