Setup MockMvc to Test Your Spring MVC @Controller and @RestController in Isolation

preview_player
Показать описание
This is the first video of the MockMvc mini-series. It covers the reasoning behind writing tests with MockMvc and how to create a MockMvc instance for your test.

Content:

0:00 Why plain unit tests are not enough for your web-layer
2:57 Insights to the @WebMvcTest annotation
4:10 Using the auto-configured MockMvc instance
6:17 Tweak the auto-configured MockMvc configuration
6:46 Create a MockMvc instance based on a WebApplicationContext
8:13 Use the standalone setup for a fine-grained MockMvc configuration

Рекомендации по теме
Комментарии
Автор

how to test using mockmvc without spring boot annotations, i mean using only spring mvc annotations

legendamongus
Автор

Great. Thank so much.
How can we mock interceptor?

stackoverflow
welcome to shbcf.ru