hieuwu / android-groceries-store

A Groceries Store app with basic order flow. 🍕 Help you learn modern Android development skills in real production environment. ❤️
https://hieuwu.github.io/android-groceries-store/
MIT License
220 stars 55 forks source link

Cover unit test for use case SearchProductUseCase.kt #202

Open hieuwu opened 12 months ago

hieuwu commented 12 months ago

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

hieuwu commented 12 months ago

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