avidraghav / MyNotes

📝 A demo todo/notes app which demonstrates the use of MVVM architecture with Test-cases, Navigation Component Library, Room Database, LiveData, Coroutines, Datastore etc.
Apache License 2.0
126 stars 26 forks source link

Instrumentation Tests for Room Database #37

Closed avidraghav closed 2 years ago

avidraghav commented 2 years ago

The Second commit contains Instrumentation Tests for Room Database, these can be extended to implement more test cases in future.

For dependencies used look inside build.gradle(app) under the block Dependencies for Testing. All of them are required except mockito for writing test cases for Room Database. Mockito will be used later to write test cases for other Classes