📝 A demo todo/notes app which demonstrates the use of MVVM architecture with Test-cases, Navigation Component Library, Room Database, LiveData, Coroutines, Datastore etc.
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
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