Skip to content

Tag: sonarqube

junit- sonarQube test coverage : if condition

can you help me how I can cover if statement by junit test in this method: This is my Method in the controller “User” : My problem is with the 2 lines of the if statment, I don’t know how i want to cover them. This is my test code for this method : Thank you in advance for your

How to group cases in a switch statment? [closed]

Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 1 year ago. Improve this question I currently have 31 cases in my Java switch statement. Originally, the…