Open simonwalter opened 1 week ago
We're trying to use [RuntimePermissionsStubber](https://developer.android.com/reference/androidx/test/espresso/intent/RuntimePermissionsStubber#RuntimePermissionsStubber()) for granting/revoking permissions in UI tests. According to the API signature file, it should be included in the espresso-intents artifact version 3.6.0 and above.
However, we are unable to locate it in the espresso-intents artifact or any other artifact within androidx.test.espresso:
androidx.test.espresso:espresso-intents:3.6.1
androidTestImplementation
RuntimePermissionsStubber
The class should be available for use.
The class is not found.
-
Description
We're trying to use [RuntimePermissionsStubber](https://developer.android.com/reference/androidx/test/espresso/intent/RuntimePermissionsStubber#RuntimePermissionsStubber()) for granting/revoking permissions in UI tests. According to the API signature file, it should be included in the espresso-intents artifact version 3.6.0 and above.
However, we are unable to locate it in the espresso-intents artifact or any other artifact within androidx.test.espresso:
Steps to Reproduce
androidx.test.espresso:espresso-intents:3.6.1
as anandroidTestImplementation
dependency.RuntimePermissionsStubber
.Expected Results
The class should be available for use.
Actual Results
The class is not found.
AndroidX Test and Android OS Versions
androidx.test.espresso:espresso-intents:3.6.1
Link to a public git repo demonstrating the problem:
-