|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.codec.binary.Base32OutputStreamTest
public class Base32OutputStreamTest
Constructor Summary | |
---|---|
Base32OutputStreamTest()
|
Method Summary | |
---|---|
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). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Base32OutputStreamTest()
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |