square / burst

A unit testing library for varying test data.
Apache License 2.0
464 stars 29 forks source link

Drop JUnit 3 support. #49

Closed dlubarov closed 9 years ago

dlubarov commented 9 years ago

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.