Unit Testing Spring Boot Custom Validator
In this blog post, I will explain how to write unit tests for validating the logic of custom validator in Spring Boot applications In one of my previous blog post , I have covered about creating custom validations and applying them to request in spring boot applications. Now Let’s see how to test the custom…