Class MockServletOutputStream

ServletOutputStream
com.mockobjects.servlet.MockServletOutputStream

public class MockServletOutputStream extends ServletOutputStream
  • Constructor Details

    • MockServletOutputStream

      public MockServletOutputStream()
  • Method Details

    • setExpectedCloseCalls

      public void setExpectedCloseCalls(int closeCall)
    • setExpectingWriteCalls

      public void setExpectingWriteCalls(boolean expectingWriteCall)
    • setThrowIOException

      public void setThrowIOException(boolean throwException)
    • close

      public void close() throws IOException
      Throws:
      IOException
    • toString

      public String toString()
    • write

      public void write(int b) throws IOException
      Throws:
      IOException
    • setupClearContents

      public void setupClearContents()
    • getContents

      public String getContents()
    • verify

      public void verify()