runner/AndroidJunitRunnerSample/README.md
The new android test runner brings Junit4 support to android testing. This samples gives a quick overview of some of the new features like test annotations, parameterized tests and test suite creation.
This project uses the Gradle build system. You don't need an IDE to build and execute it but Android Studio is recommended.
git clone../build.gradle file.src/main/javasrc/androidTest/javaandroidx.test.runner.AndroidJUnitRunner
androidx.test.runner.AndroidJUnitRunnerThe application will be started on the device/emulator and a series of actions will be performed automatically.
If you are using Android Studio, the Run window will show the test results.