|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.codec.binary.BinaryCodecTest
public class BinaryCodecTest
TestCase for BinaryCodec class.
Constructor Summary | |
---|---|
BinaryCodecTest()
|
Method Summary | |
---|---|
void |
setUp()
|
void |
tearDown()
|
void |
testDecodeByteArray()
|
void |
testDecodeObject()
Tests for Object decode(Object) |
void |
testDecodeObjectException()
Tests for Object decode(Object) |
void |
testEncodeByteArray()
|
void |
testEncodeObject()
|
void |
testEncodeObjectException()
|
void |
testEncodeObjectNull()
|
void |
testFromAsciiByteArray()
|
void |
testFromAsciiCharArray()
|
void |
testToAsciiBytes()
|
void |
testToAsciiChars()
|
void |
testToAsciiString()
Tests the toAsciiString(byte[]) method |
void |
testToByteArrayFromString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BinaryCodecTest()
Method Detail |
---|
public void setUp() throws Exception
Exception
public void tearDown() throws Exception
Exception
public void testDecodeObjectException()
public void testDecodeObject() throws Exception
Exception
public void testDecodeByteArray()
public void testToByteArrayFromString()
public void testFromAsciiCharArray()
public void testFromAsciiByteArray()
public void testEncodeByteArray()
public void testToAsciiBytes()
public void testToAsciiChars()
public void testToAsciiString()
public void testEncodeObjectNull() throws Exception
Exception
public void testEncodeObjectException()
public void testEncodeObject() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |