如何使用easymock为HttpServletResponse响应编写junit

时间:2016-07-05 11:26:53

标签: java junit

这是我需要测试的方法,但我不知道如何继续这个。

void illegalArgumentException(IllegalArgumentException exception,
                              HttpServletResponse response) throws IOException {
    response.sendError(HttpStatus.BAD_REQUEST.value());
}

0 个答案:

没有答案