An open API service indexing awesome lists of open source software.

https://github.com/marcnuri-demo/spring-mockmvc-test

Integration testing using MockMvc
https://github.com/marcnuri-demo/spring-mockmvc-test

Last synced: 2 months ago
JSON representation

Integration testing using MockMvc

Awesome Lists containing this project

README

        

# Spring MVC: Using MockMvc to test Spring Controllers

[![Build Status](https://travis-ci.org/marcnuri-demo/spring-mockmvc-test.svg?branch=master)](https://travis-ci.org/marcnuri-demo/spring-mockmvc-test)

Source code for the tutorial published on https://blog.marcnuri.com/mockmvc-spring-mvc-framework/

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 has the advantages of unit and integration testing.

Please feel free to leave any comments or suggestions on the [blog page](https://blog.marcnuri.com/mockmvc-spring-mvc-framework/).