Open abreuse opened 5 years ago
From what I see, @WebMvcTest(NoteController::class)
should allow the opportunity to Autowire Spring web beans, like MockMvc
Related StackOverflow : https://stackoverflow.com/questions/56877121/how-to-autowire-mockmvc-bean-correctly
When running test
NoteControllerTest
, theMockMvc
bean is not autowired, it sayskotlin.UninitializedPropertyAccessException: lateinit property mvc has not been initialized