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

Add CompanyServiceImpl Test #149

Merged
merged 4 commits into from Oct 13, 2022
Merged

Conversation

NyorJa
Copy link
Collaborator

@NyorJa NyorJa commented Oct 13, 2022

PR Checklist

  • Read the contribution guidelines
  • Added a brief description of these changes to the top of the changelog
  • Changes in code meet test criteria (running mvn test returns exit code 0, without errors)

PR Type

  • Test-related

Summary

Validate the proper mapping behaviour of CompanyServiceImpl method "readDetails"

@NyorJa NyorJa marked this pull request as ready for review October 13, 2022 16:36
@NyorJa
Copy link
Collaborator Author

NyorJa commented Oct 13, 2022

Hi @bglamadrid,

Please check my changes in Changelog.md if its correct format

@bglamadrid bglamadrid self-requested a review October 13, 2022 16:43
Copy link
Collaborator

@bglamadrid bglamadrid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Outstanding work @NyorJa 💯

I do have one minor concern, a single comment below that you may address if possible. Besides that, this is exactly what was required 👌

I will merge this PR perhaps before 6PM UTC, but not later than that.
Thank you once again!

CHANGELOG.md Outdated
Comment on lines 9 to 11
### Tests
- CompanyServiceImpl - validate the proper mapping behaviour of method "readDetails"

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a Tests section at line 34, you can move this change there

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops..ill fix that.

@sonarcloud
Copy link

sonarcloud bot commented Oct 13, 2022

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

@bglamadrid bglamadrid merged commit 496d2cf into trebol-ecommerce:main Oct 13, 2022
@NyorJa NyorJa deleted the issue-144 branch October 13, 2022 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Write unit tests for org.trebol.operation.services.CompanyServiceImpl
2 participants