Back to Developer Roadmap

Mock MVC

src/data/roadmaps/spring-boot/content/[email protected]

4.0568 B
Original Source

Mock MVC

Spring's MockMvc is a class that allows you to test Spring MVC controllers without the need for an actual web server. It is part of the Spring Test module, which provides a set of testing utilities for Spring applications.

Visit the following resources to learn more: