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.CompanyServiceImpl` #144

Closed mepox closed 2 years ago

mepox commented 2 years ago

88

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

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

This interface provides a single method, which acts as a converter for information stored in the app_params table. It is kind of a legacy service, and could use a refactor at some point in the near future.

NyorJa commented 2 years ago

hi @mepox @bglamadrid,

Please assign this to me