android / codelab-android-datastore

Apache License 2.0
227 stars 105 forks source link

How to test dataStore? #35

Closed simplekjl closed 2 years ago

simplekjl commented 3 years ago

is there a way or example of how to test it?

mmoczkowski commented 2 years ago

@simplekjl Check out this article by Simona Stojanovic @simona-anomis

https://medium.com/androiddevelopers/datastore-and-testing-edf7ae8df3d8

ammargitham commented 1 year ago

@simona-anomis TestCoroutineDispatcher and TestCoroutineScope used in the article are now deprecated. Needs to be updated.