mannodermaus / android-junit5

Testing with JUnit 5 for Android.
Apache License 2.0
859 stars 52 forks source link

Improve test discovery and align it with JUnit Platform #335

Closed mannodermaus closed 3 months ago

mannodermaus commented 3 months ago

This paves the way to allowing other test engines for Android instrumentation tests. Right now, I wasn't able to find any test engine that doesn't rely on Java APIs that aren't available on Android, however.