public class Base32OutputStreamTest extends Object
Constructor and Description |
---|
Base32OutputStreamTest() |
Modifier and Type | Method and Description |
---|---|
void |
testBase32EmptyOutputStreamMimeChunkSize()
Test the Base32OutputStream implementation against empty input.
|
void |
testBase32EmptyOutputStreamPemChunkSize()
Test the Base32OutputStream implementation against empty input.
|
void |
testBase32OutputStreamByChunk()
Test the Base32OutputStream implementation
|
void |
testBase32OutputStreamByteByByte()
Test the Base32OutputStream implementation
|
void |
testWriteOutOfBounds()
Tests Base32OutputStream.write for expected IndexOutOfBoundsException conditions.
|
void |
testWriteToNullCoverage()
Tests Base32OutputStream.write(null).
|
public Base32OutputStreamTest()
public void testBase32EmptyOutputStreamMimeChunkSize() throws Exception
Exception
- for some failure scenarios.public void testBase32EmptyOutputStreamPemChunkSize() throws Exception
Exception
- for some failure scenarios.public void testBase32OutputStreamByChunk() throws Exception
Exception
- for some failure scenarios.public void testBase32OutputStreamByteByByte() throws Exception
Exception
- for some failure scenarios.public void testWriteOutOfBounds() throws Exception
Exception
- for some failure scenarios.public void testWriteToNullCoverage() throws Exception
Exception
- for some failure scenarios.Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.