Reputation: 642
I am new to Spring and am overwhelmed with alot of the new terminology. What I am trying to accomplish is in a junit test, I want to test the result of a a get method in json form and compare it an expected result. Is this possible? And if so, how?
Upvotes: 1
Views: 935
Reputation: 16142
You have two options:
Upvotes: 2