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

ActivityTestRule deprecated

Open DanielJette opened this issue 3 years ago • 7 comments

Is your feature request related to a problem? Please describe. Please share any plans regarding moving away from using https://developer.android.com/reference/androidx/test/rule/ActivityTestRule.html due to deprecation.

This feedback relates to:

  • [x] The Kotlin library
  • [ ] The Gradle plugin
  • [ ] The IntelliJ Platform plugin
  • [ ] The sample code
  • [ ] The documentation

Describe the solution you'd like The plugin heavily relies on https://developer.android.com/reference/androidx/test/rule/ActivityTestRule.html, while latter being deprecated.

Describe alternatives you've considered Using whatever coming instead of https://developer.android.com/reference/androidx/test/rule/ActivityTestRule.html

Additional context NA


Copied from @oradkovsky https://github.com/Shopify/android-testify/issues/244

DanielJette avatar Aug 05 '22 21:08 DanielJette