public class QCodecTest extends Object
Constructor and Description |
---|
QCodecTest() |
Modifier and Type | Method and Description |
---|---|
void |
testBasicEncodeDecode() |
void |
testDecodeObjects() |
void |
testDecodeStringWithNull() |
void |
testEncodeDecodeBlanks() |
void |
testEncodeDecodeNull() |
void |
testEncodeObjects() |
void |
testEncodeStringWithNull() |
void |
testInvalidEncoding() |
void |
testLetUsMakeCloverHappy() |
void |
testNullInput() |
void |
testUnsafeEncodeDecode() |
void |
testUTF8RoundTrip() |
public QCodecTest()
public void testNullInput() throws Exception
Exception
public void testUTF8RoundTrip() throws Exception
Exception
public void testBasicEncodeDecode() throws Exception
Exception
public void testUnsafeEncodeDecode() throws Exception
Exception
public void testEncodeDecodeNull() throws Exception
Exception
public void testEncodeStringWithNull() throws Exception
Exception
public void testDecodeStringWithNull() throws Exception
Exception
public void testEncodeObjects() throws Exception
Exception
public void testInvalidEncoding()
public void testDecodeObjects() throws Exception
Exception
public void testEncodeDecodeBlanks() throws Exception
Exception
public void testLetUsMakeCloverHappy() throws Exception
Exception
Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.