Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore ActivityScenario integration for instrumentation test library #151

Closed
mannodermaus opened this issue Mar 16, 2019 · 0 comments
Closed

Comments

@mannodermaus
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant