RestFuse vs Rest Assured vs MockMVC Rest Service Unit Test Framework
I've been trying to find a simple all purpose unit test framework for Spring MVC based Rest Services I've written. I've been searching online and narrowed it down to: RestFuse ( http://developer.eclipsesource.com/restfuse/ ) Rest Assured ( https://github.com/jayway/rest-assured ) MockMVC ( http://www.petrikainulainen.net/programming/spring-framework/unit-testing-of-spring-mvc-controllers-rest-api/ ) I like RestFuse because it's mostly annotation based, but rest assured seems to have a easier way of passing parameters and checking responses. And finally being a Spring MVC Rest Service project,