Properly testing a Spring MVC based REST service controller is made easy using MockMvc.
Validating the results is made easy using both JsonPath and XmlUnit
Monday, November 02, 2015
Subscribe to:
Posts (Atom)
Here I will describe my learnings when using java...