About writing mockito junit test case 1 of 2 branches missed junit if condition
Hello,
In the report it says 1 of 2 branches missed for the below conditions checks in the code
if (Objects.nonNull(xssFilter))
if (Objects.nonNull(httpResponse))
Please let me know how could make it work 100% coverage for the above conditions
Thanks,
Srinivas