android-junit5 icon indicating copy to clipboard operation
android-junit5 copied to clipboard

Testing with JUnit 5 for Android.

Results 32 android-junit5 issues
Sort by recently updated
recently updated
newest added

Hi It is more a feature request, or perhaps this already exists but I missed it somehow. I would like to use [Enforcing code coverage metrics](https://docs.gradle.org/current/userguide/jacoco_plugin.html#sec:jacoco_report_violation_rules) with your plugin. Thank...

This should be a rare scenario, I haven't seen it before. Basically I was running a JUnit5 test on an android S device, using `./gradlew connectedDebugAndroid`. Inside my test project,...