[ http://issues.apache.org/jira/browse/IO-94?page=comments#action_12441851 ] Stephen Colebourne commented on IO-94: --------------------------------------
As I said before, I'm unsure of the use case outside mocking, but this is a strange world, and someone will probably think of one... perhaps in a pipeline of some kind. Certainly, the 'mock' name is inappropriate, and I agree that they are a parallel to the 'null' ones, but the 'null' name may be inappropriate here, not sure. I suggest that we accept them as the parallel to the null inputs. Can you rename them to Null* (unless anyone can think of a better name) add to the release notes. > New Mock InputStream & Writer implementations > --------------------------------------------- > > Key: IO-94 > URL: http://issues.apache.org/jira/browse/IO-94 > Project: Commons IO > Issue Type: New Feature > Components: Streams/Writers > Reporter: Niall Pemberton > Assigned To: Niall Pemberton > Priority: Minor > Fix For: 1.3 > > Attachments: MockInputStream.java, MockInputStreamTestCase.java > > > I have created a MockInputStream which can be plugged in for testing parts of > systems where the data doesn't matter - the main use I've had for it was > testing large files - without actually having the InputStream process large > amounts of bytes. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
