How to cover the method call inside assertThrows in the code coverage using JUnit 5 and spring boot?
out of all my code only this piece is not covered. Want to cover this as well.
How to cover the method call inside assertThrows in the code coverage using JUnit 5 and spring boot?
out of all my code only this piece is not covered. Want to cover this as well.