AkshayChordiya / News

A sample News 🗞 app built using Modern Android Development [Architecture Components, Coroutines, Retrofit, Room, Kotlin, Dagger]
MIT License
848 stars 166 forks source link

Add test cases for ViewModel #6

Closed AkshayChordiya closed 4 years ago

AkshayChordiya commented 4 years ago

It's currently not needed, since our ViewModel doesn't have any logic to test. We will write tests when our ViewModel starts growing and becomes complex