Spring Boot - Testing Spring Boot Applications
What will happen if you run this MockMvc test?
mockMvc.perform(get("/users/1"))
.andExpect(jsonPath("$.name").value("Alice"));