• Tutorials
  • Courses
  • Tracks

Question 5

Last Updated :
Discuss
Comments

Which method of MockMvc is used to send a GET request in tests?

mockGet()

sendGetRequest()

executeGet()

perform(get(...))

Share your thoughts in the comments