public class Base64Codec13Test extends Object
Constructor and Description |
---|
Base64Codec13Test() |
Modifier and Type | Method and Description |
---|---|
void |
testBinaryDecoder()
Tests to make sure Base64's implementation of the org.apache.commons.codec.BinaryDecoder
interface is behaving identical to commons-codec-1.3.jar.
|
void |
testBinaryEncoder()
Tests to make sure Base64's implementation of the org.apache.commons.codec.BinaryEncoder
interface is behaving identical to commons-codec-1.3.jar.
|
void |
testDecoder()
Tests to make sure Base64's implementation of the org.apache.commons.codec.Decoder
interface is behaving identical to commons-codec-1.3.jar.
|
void |
testEncoder()
Tests to make sure Base64's implementation of the org.apache.commons.codec.Encoder
interface is behaving identical to commons-codec-1.3.jar.
|
void |
testStaticDecode()
Tests to make sure Base64's implementation of Base64.decodeBase64()
static method is behaving identical to commons-codec-1.3.jar.
|
void |
testStaticDecodeChunked()
Tests to make sure Base64's implementation of Base64.decodeBase64()
static method is behaving identical to commons-codec-1.3.jar when
supplied with chunked input.
|
void |
testStaticEncode()
Tests to make sure Base64's implementation of Base64.encodeBase64()
static method is behaving identical to commons-codec-1.3.jar.
|
void |
testStaticEncodeChunked()
Tests to make sure Base64's implementation of Base64.encodeBase64Chunked()
static method is behaving identical to commons-codec-1.3.jar.
|
public Base64Codec13Test()
public void testEncoder() throws EncoderException
EncoderException
- problempublic void testDecoder() throws DecoderException
DecoderException
- problempublic void testBinaryEncoder() throws EncoderException
EncoderException
- problempublic void testBinaryDecoder() throws DecoderException
DecoderException
- problempublic void testStaticEncode() throws EncoderException
EncoderException
- problempublic void testStaticDecode() throws DecoderException
DecoderException
- problempublic void testStaticEncodeChunked() throws EncoderException
EncoderException
- problempublic void testStaticDecodeChunked() throws DecoderException
DecoderException
- problemCopyright © 2002–2013 The Apache Software Foundation. All rights reserved.