Class MockServletOutputStream


  • public class MockServletOutputStream
    extends ServletOutputStream
    • Constructor Detail

      • MockServletOutputStream

        public MockServletOutputStream()
    • Method Detail

      • setExpectedCloseCalls

        public void setExpectedCloseCalls​(int closeCall)
      • setExpectingWriteCalls

        public void setExpectingWriteCalls​(boolean expectingWriteCall)
      • setThrowIOException

        public void setThrowIOException​(boolean throwException)
      • close

        public void close()
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • toString

        public java.lang.String toString()
      • write

        public void write​(int b)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • setupClearContents

        public void setupClearContents()
      • getContents

        public java.lang.String getContents()
      • verify

        public void verify()