Mockito: capturing HttpServletResponse#sendError()

Posted by Dave on Stack Overflow See other posts from Stack Overflow or by Dave
Published on 2010-06-11T15:52:23Z Indexed on 2010/06/14 17:52 UTC
Read the original article Hit count: 243

Filed under:
|
|

Can I use Mockito to capture what was passed to the HttpServletResponse#sendError() method? I can't figure out how to do that.

© Stack Overflow or respective owner

Related posts about java

Related posts about servlets