kapua
kapua copied to clipboard
Added JUnit tests for rest-api/core/exception package
This PR contains JUnit tests for classes in exception package in rest-api/core module:
-
InternalUserOnlyExceptionMapper class
-
KapuaAuthenticationExceptionMapper class
-
KapuaAuthorizationExceptionMapper class
-
KapuaEntityNotFoundExceptionMapper class
-
KapuaExceptionMapper class
-
KapuaIllegalArgumentExceptionMapper class
-
KapuaIllegalNullArgumentExceptionMapper class
-
KapuaServiceDisabledExceptionMapper class
-
ParamExceptionMapper class
-
SelfManagedOnlyExceptionMapper class
-
SubjectUnathorizedExceptionMapper class
-
ThrowableMapper class
-
model package:
-
EntityNotFoundExceptionInfo class
-
ExceptionInfo class
Signed-off-by: Sonja [email protected]
Related Issue /
Description of the solution adopted /
Screenshots /
Any side note on the changes made /
Codecov Report
Merging #3250 (0db12f9) into develop (64c17fd) will decrease coverage by
23.48%
. The diff coverage isn/a
.
:exclamation: Current head 0db12f9 differs from pull request most recent head cdd96a9. Consider uploading reports for the commit cdd96a9 to get more accurate results
@@ Coverage Diff @@
## develop #3250 +/- ##
==============================================
- Coverage 54.14% 30.66% -23.49%
+ Complexity 786 418 -368
==============================================
Files 1478 1478
Lines 30235 30235
Branches 2523 2523
==============================================
- Hits 16372 9271 -7101
- Misses 12970 20203 +7233
+ Partials 893 761 -132
Hey @Coduz I made requested changes, so you can merge this when you have time. Thanks