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

debounce() uses Handler which makes it difficult to test #27

Open
bkolarov opened this issue Feb 3, 2020 · 0 comments
Open

debounce() uses Handler which makes it difficult to test #27

bkolarov opened this issue Feb 3, 2020 · 0 comments

Comments

@bkolarov
Copy link

bkolarov commented Feb 3, 2020

The LiveData<T>.debounce(delayMillis: Long) extension relies on the Handler class, which makes view models difficult to test without Robolectric.

A possible solution is to wrap Handler with an interface and provide an API for overriding the default implementation. Something similar to RxJavaPlugins

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

No branches or pull requests

1 participant