Spring controller testing using Mockito
public String login(@RequestParam Long Id, @RequestParam String name,
@ModelAttribute("users")User[] user ,
@RequestParam String loginTime,
ModelMap model){
I am unable to write this code, please help me.
No comments:
Post a Comment