Danish Ansari
10/10/2021, 1:35 PMandroidTest
source set
Currently I'm testing Room DB Dao in Android and writing test like this
runBlocking {
movieDao.insertCategory(popularMovies)
}
I think that there might be a better way to write test for such scenario because if I have 20 test than I have to write runBlocking
20 times
Posted in #coroutines