Package com.mockobjects.servlet
Class MockServletOutputStream
- java.lang.Object
-
- ServletOutputStream
-
- com.mockobjects.servlet.MockServletOutputStream
-
public class MockServletOutputStream extends ServletOutputStream
-
-
Constructor Summary
Constructors Constructor Description MockServletOutputStream()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()java.lang.StringgetContents()voidsetExpectedCloseCalls(int closeCall)voidsetExpectingWriteCalls(boolean expectingWriteCall)voidsetThrowIOException(boolean throwException)voidsetupClearContents()java.lang.StringtoString()voidverify()voidwrite(int b)
-
-
-
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()
-
-