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.
Part I: • Setup MockMvc to Test Your Spring MVC...
Part II: • Perform HTTP GET and POST Requests Mo...
Part III: • Use MockMvc to Test a Spring MVC Thym...
Part IV: • Test Protected (Spring Security) Cont...
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
Source code: https://github.com/rieckpil/blog-tuto...
More testing related content is available on my blog: https://rieckpil.de/
» Want to become an expert for testing Spring Boot applications? Join the Testing Spring Boot Applications Masterclass: https://rieckpil.de/testing-spring-bo...
» Revamp your Testing Knowledge with this 14 Days Free Email Course on Testing Java Applications: https://rieckpil.de/getting-started-w...