public class RandomAccessOutputStreamTest extends Object
RandomAccessOutputStream class.| Constructor and Description |
|---|
RandomAccessOutputStreamTest() |
public void setUp()
public void tearDown()
public void testFlush()
RandomAccessOutputStream.flush().public void testReset()
throws IOException
RandomAccessOutputStream.reset().IOException - On a failure writing the test results.public void testWriteAtLongByteArray()
throws IOException
RandomAccessOutputStream.writeAt(long, byte[]).IOException - On a failure writing the test results.public void testWriteAtLongByteArrayIntInt()
throws IOException
RandomAccessOutputStream.writeAt(long, byte[], int, int).IOException - On a failure writing the test results.public void testWriteAtLongByteArrayIntIntErrors()
RandomAccessOutputStream.writeAt(long, byte[], int, int).public void testWriteAtLongByteArrayIntIntLengthZero()
throws IOException
RandomAccessOutputStream.writeAt(long, byte[], int, int).IOException - On a failure writing the test results.public void testWriteAtLongInt()
throws IOException
RandomAccessOutputStream.writeAt(long, int).IOException - On a failure writing the test results.public void testWriteByteArray()
throws IOException
RandomAccessOutputStream.write(byte[], int, int).IOException - On a failure writing the test results.public void testWriteByteArrayIntInt()
throws IOException
RandomAccessOutputStream.write(byte[], int, int).IOException - On a failure writing the test results.public void testWriteByteArrayIntIntErrors()
RandomAccessOutputStream.write(byte[], int, int).public void testWriteInt()
throws IOException
RandomAccessOutputStream.write(int).IOException - On a failure writing the test results.Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.