0 votes
in JAVA by
MockMvc tests the expected response details that are configured using _______ calls after performing a request.

.andDo(print())   

.andGet()

.perform()

.andExpect()

1 Answer

0 votes
by
.andExpect()
...