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