Spring MVC如何使用Junit4来测试Controller? 20
形如这样。@RequestMapping("/test1")publicModelAndViewtest1(Stringparameter)throwsException...
形如这样。
@RequestMapping("/test1")
public ModelAndView test1(String parameter) throws Exception {
//something
}
和形如这样
@RequestMapping(value = "/test2", method = RequestMethod.GET)
public @ResponseBody String test2(@RequestParam String parameter){
//something
}
这样的,该如何使用Junit4来进行测试? 展开
@RequestMapping("/test1")
public ModelAndView test1(String parameter) throws Exception {
//something
}
和形如这样
@RequestMapping(value = "/test2", method = RequestMethod.GET)
public @ResponseBody String test2(@RequestParam String parameter){
//something
}
这样的,该如何使用Junit4来进行测试? 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询