Snippets tagged “andexpect”
1 snippet uses this tag.
- How to check String in response body with mockMvcJava
To check a string in the response body with MockMvc, you can use the andExpect() method of the MockMvcResultMatchers class.
1 snippet uses this tag.
To check a string in the response body with MockMvc, you can use the andExpect() method of the MockMvcResultMatchers class.