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

Implement: TestContacts for consumer UI testing #46

Open
vestrel00 opened this issue Nov 1, 2021 · 0 comments
Open

Implement: TestContacts for consumer UI testing #46

vestrel00 opened this issue Nov 1, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@vestrel00
Copy link
Owner

This library should implement TestContacts, which consumers can use as a substitute to their Contacts API instance in black box tests; UI instrumentation tests in androidTest/.

Consumers should also be able to use this in their production apps, not just in tests. If they want their production app to interact (query, insert, update, delete) with only "test contacts", all they should need to do is substitute their Contacts API instance with an instance of TestContacts.

Howto guide is at #45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant