Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cover unit test for use case GetProfileUseCase.kt #200

Closed
hieuwu opened this issue Oct 5, 2023 · 4 comments · Fixed by #211
Closed

Cover unit test for use case GetProfileUseCase.kt #200

hieuwu opened this issue Oct 5, 2023 · 4 comments · Fixed by #211
Labels

Comments

@hieuwu
Copy link
Owner

hieuwu commented Oct 5, 2023

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

@p42rthicle
Copy link
Contributor

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

@hieuwu
Copy link
Owner Author

hieuwu commented Oct 6, 2023

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
Copy link
Contributor

Sure, which one should I start with?

@hieuwu
Copy link
Owner Author

hieuwu commented Oct 6, 2023

Sure, which one should I start with?

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants