Android Unit Test Room Database – Testing Room DAOs
In the last post, we learned about Writing The First Unit Test in our Android Project. Now it’s time to level up the things a little. This post’s title is “Android Unit Test Room Database”; we will focus on testing the room database this time. I guess what you usually do is you write your database …
Read moreAndroid Unit Test Room Database – Testing Room DAOs