Which method of MockMvc is used to send a GET request in tests?
mockGet()
sendGetRequest()
executeGet()
perform(get(...))
This question is part of this quiz :