trebol-ecommerce / trebol-backend-monolith

Monolithic eCommerce backend web application that exposes a RESTful API.
MIT License
16 stars 21 forks source link

Write unit tests for `org.trebol.operation.services.ProfileServiceImpl` #145

Closed mepox closed 2 years ago

mepox commented 2 years ago

From #88

ProfileServiceImpl should have unit tests that ensure it complies with the interface and methods it implements, IProfileService.

No need to provide coverage for private methods, only the @Override public ones from the aforementioned interface.

This interface provides two methods for fetching and updating the profile (first name, last name, e-mail and so on) of oneself. It is meant to be available to any end-user with an existing user account.

mepox commented 2 years ago

Hi @bglamadrid ! I will do this one.