|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.codec.binary.Base64Codec13Test
public class Base64Codec13Test
Tests to make sure future versions of commons-codec.jar have identical Base64 behavior as commons-codec-1.3.jar.
| Constructor Summary | |
|---|---|
Base64Codec13Test()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Base64Codec13Test()
| Method Detail |
|---|
public void testEncoder()
throws EncoderException
EncoderException - problem
public void testDecoder()
throws DecoderException
DecoderException - problem
public void testBinaryEncoder()
throws EncoderException
EncoderException - problem
public void testBinaryDecoder()
throws DecoderException
DecoderException - problem
public void testStaticEncode()
throws EncoderException
EncoderException - problem
public void testStaticDecode()
throws DecoderException
DecoderException - problem
public void testStaticEncodeChunked()
throws EncoderException
EncoderException - problem
public void testStaticDecodeChunked()
throws DecoderException
DecoderException - problem
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||