public class QuotedPrintableCodecTest extends Object
| Constructor and Description |
|---|
QuotedPrintableCodecTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testBasicEncodeDecode() |
void |
testDecodeInvalid() |
void |
testDecodeObjects() |
void |
testDecodeStringWithNull() |
void |
testDecodeWithNullArray() |
void |
testDefaultEncoding() |
void |
testEncodeDecodeNull() |
void |
testEncodeNull() |
void |
testEncodeObjects() |
void |
testEncodeStringWithNull() |
void |
testEncodeUrlWithNullBitSet() |
void |
testInvalidEncoding() |
void |
testSafeCharEncodeDecode() |
void |
testSoftLineBreakDecode() |
void |
testSoftLineBreakEncode() |
void |
testUnsafeEncodeDecode() |
void |
testUTF8RoundTrip() |
public QuotedPrintableCodecTest()
public void testUTF8RoundTrip() throws Exception
Exceptionpublic void testBasicEncodeDecode() throws Exception
Exceptionpublic void testSafeCharEncodeDecode() throws Exception
Exceptionpublic void testUnsafeEncodeDecode() throws Exception
Exceptionpublic void testEncodeDecodeNull() throws Exception
Exceptionpublic void testDecodeInvalid() throws Exception
Exceptionpublic void testEncodeNull() throws Exception
Exceptionpublic void testEncodeUrlWithNullBitSet() throws Exception
Exceptionpublic void testDecodeWithNullArray() throws Exception
Exceptionpublic void testEncodeStringWithNull() throws Exception
Exceptionpublic void testDecodeStringWithNull() throws Exception
Exceptionpublic void testEncodeObjects() throws Exception
Exceptionpublic void testInvalidEncoding()
public void testDecodeObjects() throws Exception
Exceptionpublic void testDefaultEncoding() throws Exception
Exceptionpublic void testSoftLineBreakDecode() throws Exception
Exceptionpublic void testSoftLineBreakEncode() throws Exception
ExceptionCopyright © 2002–2013 The Apache Software Foundation. All rights reserved.