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 GetProfileUseCase.kt #200

Closed hieuwu closed 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

p42rthicle commented 12 months ago

Hi, I would like to start with setting up testing for useCases in the app. Can you assign me this issue?

hieuwu commented 12 months ago

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

p42rthicle commented 12 months ago

Sure, which one should I start with?

hieuwu commented 12 months ago

Sure, which one should I start with?

Whatever you want man ! 😂 For now you can pick simplest one first to save your time