hieuwu/android-groceries-store

Cover unit test for use case RefreshAppDataUseCase.kt

Opened this issue · 1 comments

hieuwu commented

Currently there is no testing for use case. It would be nice if we can set up one and cover them

hieuwu commented

I did some in app/src/test/java/com/hieuwu/groceriesstore/domain/usecases/impl/GetProfileUseCaseImplTest.kt, you can start writing test following the convention.