dave08
12/20/2020, 2:05 PMShalom Halbert
12/20/2020, 7:00 PMThere is experimental support for Android instrumentation tests, which requires some additional configuration & dependencies. Furthermore, because JUnit 5 is built on Java 8 from the ground up, its instrumentation tests will only run on devices running Android 8.0 (API 26) or newer. Older phones will skip the execution of these tests completely, marking them as "ignored".
From https://github.com/mannodermaus/android-junit5
dave08
12/20/2020, 11:06 PMsam
12/22/2020, 10:40 AMdave08
12/22/2020, 11:29 AMsam
12/22/2020, 11:37 AM