This project houses a number of Android applications which each demonstrate a particular bug or feature of the AndroidX test libraries.
The applications in this project are as follows:
- app1 – Demonstration of an Android Test Orchestrator parameterized tests bug
- app2 – Demonstration of the 'connectedDebugAndroidTest' Gradle task hanging indefinitely
- app3 – Demonstration of the 'ActivityScenario.launchActivityForResult' method not working in Android 14
- app4 – Demonstration of how to write UI tests for an Activity that has a Composable as its content