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.SalesProcessServiceImpl` #148

Closed mepox closed 1 year ago

mepox commented 2 years ago

From #88

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

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

This interface provides three documented methods.

mepox commented 2 years ago

Hi @bglamadrid ! I can do this one too.