Addresses #46. Now that we have RegisterInstrumentationRunner with JUnit 4 support, you can write JUnit 4 tests with @RunWith(BurstJUnit4.class). We've tested this internally and it works fine.
Since burst-junit4 has nothing Android-specific I don't think there's any need to keep the android test app.
Addresses #46. Now that we have
RegisterInstrumentationRunner
with JUnit 4 support, you can write JUnit 4 tests with@RunWith(BurstJUnit4.class)
. We've tested this internally and it works fine.Since
burst-junit4
has nothing Android-specific I don't think there's any need to keep the android test app.