kapua icon indicating copy to clipboard operation
kapua copied to clipboard

Added unit tests to plug-ins.sso.openid-connect.api

Open nezau-ct opened this issue 4 years ago • 1 comments

Signed-off-by: nezau [email protected]

Brief description of the PR. Added JUnit tests for classes in plug-ins/sso/openid-connect/api package:

  • OpenIDJwtExceptionTest.class
  • OpenIDJwtExtractionExceptionTest.class
  • OpenIDJwtProcessExceptionTest.class
  • OpenIDIllegalUriExceptionTest.class
  • OpenIDJwtUriExceptionTest.class
  • OpenIDLoginUriExceptionTest.class
  • OpenIDLogoutUriExceptionTest.class
  • OpenIDUriExceptionTest.class
  • OpenIDAccessTokenExceptionTest.class
  • OpenIDErrorCodesTest.class
  • OpenIDExceptionTest.class
  • OpenIDIllegalArgumentExceptionTest.class

Related Issue /

Screenshots /

Any side note on the changes made /

nezau-ct avatar Feb 19 '21 09:02 nezau-ct

Codecov Report

Merging #3247 (1536b73) into develop (f9a15d3) will decrease coverage by 7.25%. The diff coverage is n/a.

:exclamation: Current head 1536b73 differs from pull request most recent head 4f87fe5. Consider uploading reports for the commit 4f87fe5 to get more accurate results Impacted file tree graph

@@              Coverage Diff              @@
##             develop    #3247      +/-   ##
=============================================
- Coverage      54.13%   46.87%   -7.26%     
+ Complexity       787      584     -203     
=============================================
  Files           1476     1488      +12     
  Lines          30162    30208      +46     
  Branches        2520     2520              
=============================================
- Hits           16327    14160    -2167     
- Misses         12919    15264    +2345     
+ Partials         916      784     -132     
Impacted Files Coverage Δ Complexity Δ
...pse/kapua/kura/simulator/GatewayConfiguration.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (ø%)
...a/kura/simulator/birth/BirthCertificateModule.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (ø%)
...engine/jbatch/driver/JbatchJobRunningStatuses.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-3.00%)
...ne/queue/jbatch/QueuedJobExecutionCreatorImpl.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-9.00%)
...ssage/kura/app/notification/KuraNotifyMessage.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-1.00%)
...ment/exception/DeviceManagementSendErrorCodes.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (ø%)
...t/exception/DeviceManagementTimeoutErrorCodes.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (ø%)
...del/query/predicate/ChannelMatchPredicateImpl.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (ø%)
...figuration/xml/KuraXmlConfigPropertiesAdapted.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-3.00%)
...nternal/JobDeviceManagementOperationQueryImpl.java 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (-1.00%)
... and 168 more

codecov[bot] avatar Feb 19 '21 09:02 codecov[bot]