标签: java junit
这是我需要测试的方法,但我不知道如何继续这个。
void illegalArgumentException(IllegalArgumentException exception, HttpServletResponse response) throws IOException { response.sendError(HttpStatus.BAD_REQUEST.value()); }