Snippets tagged “response-body”
2 snippets use this tag.
- Guzzle 6: no more json() method for responsesPHP
In Guzzle 6, the json() method for parsing JSON responses has been removed.
- 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.