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

An extensive framework for testing Android apps

Results 273 android-test issues
Sort by recently updated
recently updated
newest added

### Description I'm running an instrumented test using ActivityScenario, so I launch the test, and after the test finishes, I call the method `close()` of the ActivityScenario. Then, I received...

When Espresso `Intent`-matching fails to find a matching intent, it prints an error message: https://github.com/android/android-test/blob/f7d881ad2f36cb045cb2ec6da13cf0ec198c606f/espresso/intents/java/androidx/test/espresso/intent/VerificationModes.java#L56-L57 that includes string representations of all expected `Intent`s and all recorded `Intent`s. Currently, this error...

Add EspressoDevice screen orientation tests to gradle tests

Add gradle tests for setting screen orientation with Espresso Device

= android_X_developer.com with ANDROID SOFTWARE DEVELOPMENT KIT LICENSE AND ANDROID X, PHANTOM ZERO IN GOOGLE DEVICE POLICY ]>

Get first activity when there are multiple resumed activities in getResumedActivityOrNull()

Update to androidx.concurrent:1.2.0-beta01 And cleanup obsolete variables in axt_deps_versions.

Support multiple resumed activities in Espresso Device APIs