spring-test-mvc based on spring-test provides a unit testing framework for spring-mvc services.
@UsernameAlreadyExists private String username; I have a custom validator that I created to ensure that duplicate usernames are caught by …
spring validation unit-testing spring-test spring-test-mvc