Controller setup

The controller setup is very simple:

    this.mockMvc = MockMvcBuilders.standaloneSetup( 
new UserValidationController()).build();