|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.codec.binary.Base64OutputStreamTest
public class Base64OutputStreamTest
Constructor Summary | |
---|---|
Base64OutputStreamTest()
|
Method Summary | |
---|---|
void |
testBase64EmptyOutputStreamMimeChunkSize()
Test the Base64OutputStream implementation against empty input. |
void |
testBase64EmptyOutputStreamPemChunkSize()
Test the Base64OutputStream implementation against empty input. |
void |
testBase64OutputStreamByChunk()
Test the Base64OutputStream implementation |
void |
testBase64OutputStreamByteByByte()
Test the Base64OutputStream implementation |
void |
testCodec98NPE()
Test the Base64OutputStream implementation against the special NPE inducing input identified in the CODEC-98 bug. |
void |
testWriteOutOfBounds()
Tests Base64OutputStream.write for expected IndexOutOfBoundsException conditions. |
void |
testWriteToNullCoverage()
Tests Base64OutputStream.write(null). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Base64OutputStreamTest()
Method Detail |
---|
public void testCodec98NPE() throws Exception
Exception
- for some failure scenarios.public void testBase64EmptyOutputStreamMimeChunkSize() throws Exception
Exception
- for some failure scenarios.public void testBase64EmptyOutputStreamPemChunkSize() throws Exception
Exception
- for some failure scenarios.public void testBase64OutputStreamByChunk() throws Exception
Exception
- for some failure scenarios.public void testBase64OutputStreamByteByByte() 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 |