-
Notifications
You must be signed in to change notification settings - Fork 161
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
Role unit tests #2843
Role unit tests #2843
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #2843 +/- ##
=============================================
- Coverage 54.1% 50.42% -3.69%
+ Complexity 2261 2130 -131
=============================================
Files 1008 1008
Lines 21777 21777
Branches 1973 1973
=============================================
- Hits 11783 10981 -802
- Misses 9095 9938 +843
+ Partials 899 858 -41
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hej @code-incubus,
I have reviewed this PR and there are some changes to be made.
Plase fix this as soon as you can.
@Coduz after the changes are made and all the tests pass and codeCove is OK, please merge this.
Done. @LeoNerdoG |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small thing.
Could you please remove ()
when declaring the @Inject
annotation?
Also, since the init of the RoleServiceImpl
has changes, can you please check that the runtime is not affected by that? If you didn't do it already. Running a console and CRUDing a Role should be enough.
Thanks,
- Alberto
Signed-off-by: code-incubus <nemanja.milutinovic@comtrade.com>
Hi @Coduz, @LeoNerdoG |
Hey @Coduz, Leo |
Signed-off-by: code-incubus nemanja.milutinovic@comtrade.com
Added unit test scenarios for Role Service.
Related Issue
None
Description of the solution adopted
Test scenarios that are added in this PR are checking functionalities regarding Roles. All scenarios are added to RoleServiceUnitTests.feature. Scenarios are testing if Roles are correctly created, edited or deleted.
Screenshots
/
Any side note on the changes made
/