| |
|
| org.archive.util.TmpDirTestCase org.archive.io.RecordingOutputStreamTest
RecordingOutputStreamTest | public class RecordingOutputStreamTest extends TmpDirTestCase (Code) | | Test casesfor RecordingOutputStream.
author: stack |
Method Summary | |
protected void | setUp() | public void | testMarkReset() Test mark and reset. | public void | testReuse() Test reusing instance of RecordingOutputStream. | public void | testWritebytearray() Method to test for void write(byte []). | public void | testWriteint() Method to test for void write(int).
Uses small buffer size and small write size. |
testReuse | public void testReuse() throws IOException(Code) | | Test reusing instance of RecordingOutputStream.
throws: IOException - Failed open of backing file or opening ofinput streams verifying recording. |
testWritebytearray | public void testWritebytearray() throws IOException(Code) | | Method to test for void write(byte []).
Uses small buffer size and small write size.
throws: IOException - Failed open of backing file or opening ofinput streams verifying recording. |
testWriteint | public void testWriteint() throws IOException(Code) | | Method to test for void write(int).
Uses small buffer size and small write size. Test mark and reset too.
throws: IOException - Failed open of backing file or opening ofinput streams verifying recording. |
|
|
|