Hi :wave: Is there a good source for writing tests...
# android
w
Hi 👋 Is there a good source for writing tests for Paging + Network (Retrofit) with coroutines? I happen to have a hard time writing tests for all the relevant classes: DataSource, DataSourceFactory, Retrofit API Service, ViewModel. I found only a handful of quick solutions but none that can help me write the tests. Also, those solutions are all very different from one another. So I’m not sure if they’re outdated and if there’s a recommended way of doing things atm.
âž• 2