In a Spring Boot test, which annotation is used to inject a MockMvc instance?
@Autowired
@InjectMockMvc
@EnableMockMvc
@MockMvcBean
This question is part of this quiz :