GitHub - giannelli/MockRestServiceServerExample: Example Spring RestTemplate functional testing with MockRestServiceServer

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

MockRestServiceServerExample

Example Spring RestTemplate functional / unit testing with MockRestServiceServer.

MockRestServiceServer is a mock server and simple framework for testing RestTemplate calls. RestTemplate is a simple Spring class for making REST web service requests.

MockRestServiceServer is now included in Spring 3.2.x and up: http://static.springsource.org/spring/docs/3.2.x/spring-framework-reference/html/testing.html#spring-mvc-test-client

It can be used with Spring 3.1.x by using the spring-test-mvc jar: https://github.com/SpringSource/spring-test-mvc

About

Example Spring RestTemplate functional testing with MockRestServiceServer

Resources

Readme

Activity

Stars

0 stars

Watchers

1 watching

Forks

0 forks

Releases

No releases published