Introduction to Spring MVC testing framework, highlighting the advantages of using MockMvc instead of regular unit tests. The post shows two ways of setting up MockMvc and how using standaloneSetup ...
Additional information can be found at [https://blog.softwareforen.de/2017/09/integrationstests-von-spring-mvc-kontrollern-mit-mockmvc] (in German) This project is a ...