MockJspWriter(response: HttpServletResponse)
Create a MockJspWriter for the given response, using the response's default Writer.
response - the servlet response to wrap
MockJspWriter(targetWriter: Writer)
Create a MockJspWriter for the given plain Writer.
targetWriter - the target Writer to wrap
MockJspWriter(@Nullable response: HttpServletResponse, @Nullable targetWriter: Writer)
Create a MockJspWriter for the given response.