How to unit test @ModelAttribute in Spring MVC controller
Nitesh Patel
Ranch Hand
Joined: Mar 16, 2008
Posts: 30
posted
0
Hi All,
I am trying to develop unittest for below Spring MVC controller's method using Junit but I could not figure out how can I unit test the @ModelAttribute. Can anyone please guide me ?