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
Exception
public void testBasicEncodeDecode() throws Exception
Exception
public void testSafeCharEncodeDecode() throws Exception
Exception
public void testUnsafeEncodeDecode() throws Exception
Exception
public void testEncodeDecodeNull() throws Exception
Exception
public void testDecodeInvalid() throws Exception
Exception
public void testEncodeNull() throws Exception
Exception
public void testEncodeUrlWithNullBitSet() throws Exception
Exception
public void testDecodeWithNullArray() 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 testDefaultEncoding() throws Exception
Exception
public void testSoftLineBreakDecode() throws Exception
Exception
public void testSoftLineBreakEncode() throws Exception
Exception
Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.