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

Support for Android instrumented tests #36

Open
vpodlesnyak opened this issue Nov 25, 2022 · 0 comments
Open

Support for Android instrumented tests #36

vpodlesnyak opened this issue Nov 25, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@vpodlesnyak
Copy link

Would it be possible to provide implementation for Android instrumented tests? I'm afraid JVM implementation won't work in this case

As a suggestion: the files could be copied to assets folder and accessed with

InstrumentationRegistry.getInstrumentation().targetContext
            .resources
            .assets
            .open(path)
@goncalossilva goncalossilva changed the title Add support for Android instrumented tests Support for Android instrumented tests Dec 2, 2022
@goncalossilva goncalossilva added the help wanted Extra attention is needed label Dec 2, 2022
@goncalossilva goncalossilva added the enhancement New feature or request label Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants