com.mockobjects.servlet
Class MockServletOutputStream
java.lang.Object
ServletOutputStream
com.mockobjects.servlet.MockServletOutputStream
- public class MockServletOutputStream
- extends ServletOutputStream
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MockServletOutputStream
public MockServletOutputStream()
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()
Copyright © 2002 Mock Objects. All Rights Reserved.