Class MockOutputStreamThatThrowsIOExceptionOnEverything

java.lang.Object
java.io.OutputStream
no.priv.bang.ukelonn.mocks.MockOutputStreamThatThrowsIOExceptionOnEverything
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class MockOutputStreamThatThrowsIOExceptionOnEverything extends OutputStream
A handwritten mock OutputStream. This is an OutputStream that will throw IOException on all methods declaring IOException.
Author:
Steinar Bang