|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 org.apache.commons.codec.EncoderException
org.apache.commons.codec.EncoderException
- problempublic void testDecoder() throws org.apache.commons.codec.DecoderException
org.apache.commons.codec.DecoderException
- problempublic void testBinaryEncoder() throws org.apache.commons.codec.EncoderException
org.apache.commons.codec.EncoderException
- problempublic void testBinaryDecoder() throws org.apache.commons.codec.DecoderException
org.apache.commons.codec.DecoderException
- problempublic void testStaticEncode() throws org.apache.commons.codec.EncoderException
org.apache.commons.codec.EncoderException
- problempublic void testStaticDecode() throws org.apache.commons.codec.DecoderException
org.apache.commons.codec.DecoderException
- problempublic void testStaticEncodeChunked() throws org.apache.commons.codec.EncoderException
org.apache.commons.codec.EncoderException
- problempublic void testStaticDecodeChunked() throws org.apache.commons.codec.DecoderException
org.apache.commons.codec.DecoderException
- problem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |