com.mockobjects.servlet
public class MockServletOutputStream extends ServletOutputStream
Constructor Summary | |
---|---|
MockServletOutputStream() |
Method Summary | |
---|---|
void | close() |
String | getContents() |
void | setExpectedCloseCalls(int closeCall) |
void | setExpectingWriteCalls(boolean expectingWriteCall) |
void | setThrowIOException(boolean throwException) |
void | setupClearContents() |
String | toString() |
void | verify() |
void | write(int b) |