You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the instrumentation test library re-implements ActivityTestRule by copying its code into a JUnit 5 extension. Inspired by android/android-test#224, I'd like to explore moving to the new, agnostic ActivityScenario API instead. Ideally, the ActivityTestExtension extension would just delegate to that API under the hood, so all the copied code can be removed.
The text was updated successfully, but these errors were encountered:
Currently, the instrumentation test library re-implements
ActivityTestRule
by copying its code into a JUnit 5 extension. Inspired by android/android-test#224, I'd like to explore moving to the new, agnosticActivityScenario
API instead. Ideally, theActivityTestExtension
extension would just delegate to that API under the hood, so all the copied code can be removed.The text was updated successfully, but these errors were encountered: