概要
This skill provides a standardized framework for testing Spring Boot @RestController and @Controller classes using MockMvc and Mockito. It enables developers to verify HTTP status codes, response formats, request parameter binding, and exception handling in isolation without the overhead of a full application context. Ideal for maintaining robust API contracts, the skill includes comprehensive implementation patterns for GET, POST, PUT, and DELETE operations, ensuring fast and reliable testing of the web layer.