trebol-ecommerce / trebol-backend-monolith

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

Close #148 - add unit test for SalesProcessServiceImpl #168

Closed mepox closed 1 year ago

mepox commented 2 years ago

PR Checklist

PR Type

Summary

Add unit test for SalesProcessServiceImpl, issue #148

Thanks @NyorJa for the help how to mock multiple interfaces which uses generics #167

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

mepox commented 1 year ago

Hi @bglamadrid ! I added the comments. Also, I found better to rename that "converterService" so it's clear which convertService is which one. 😄