Testing Spring MVC Output
Posted
by Sammy
on Stack Overflow
See other posts from Stack Overflow
or by Sammy
Published on 2010-05-26T13:29:34Z
Indexed on
2010/05/26
13:31 UTC
Read the original article
Hit count: 384
Hello,
So I have an MVC project that exposes my services in JSON format.
What would be the ideal method of (unit?) testing whether or not my methods return correct content (in terms of JSON syntax as well)?
Thank you, Sammy
© Stack Overflow or respective owner