public class Base64OutputStreamTest extends Object
Constructor and Description |
---|
Base64OutputStreamTest() |
Modifier and Type | Method and Description |
---|---|
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).
|
public Base64OutputStreamTest()
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.Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.