org.apache.commons.codec.net
Class QuotedPrintableCodecTest
java.lang.Object
   org.apache.commons.codec.net.QuotedPrintableCodecTest
org.apache.commons.codec.net.QuotedPrintableCodecTest
- public class QuotedPrintableCodecTest 
- extends Object
Quoted-printable codec test cases
- Version:
- $Id: QuotedPrintableCodecTest.html 889935 2013-12-11 05:05:13Z ggregory $
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
QuotedPrintableCodecTest
public QuotedPrintableCodecTest()
testUTF8RoundTrip
public void testUTF8RoundTrip()
                       throws Exception
- 
- Throws:
- Exception
 
testBasicEncodeDecode
public void testBasicEncodeDecode()
                           throws Exception
- 
- Throws:
- Exception
 
testSafeCharEncodeDecode
public void testSafeCharEncodeDecode()
                              throws Exception
- 
- Throws:
- Exception
 
testUnsafeEncodeDecode
public void testUnsafeEncodeDecode()
                            throws Exception
- 
- Throws:
- Exception
 
testEncodeDecodeNull
public void testEncodeDecodeNull()
                          throws Exception
- 
- Throws:
- Exception
 
testDecodeInvalid
public void testDecodeInvalid()
                       throws Exception
- 
- Throws:
- Exception
 
testEncodeNull
public void testEncodeNull()
                    throws Exception
- 
- Throws:
- Exception
 
testEncodeUrlWithNullBitSet
public void testEncodeUrlWithNullBitSet()
                                 throws Exception
- 
- Throws:
- Exception
 
testDecodeWithNullArray
public void testDecodeWithNullArray()
                             throws Exception
- 
- Throws:
- Exception
 
testEncodeStringWithNull
public void testEncodeStringWithNull()
                              throws Exception
- 
- Throws:
- Exception
 
testDecodeStringWithNull
public void testDecodeStringWithNull()
                              throws Exception
- 
- Throws:
- Exception
 
testEncodeObjects
public void testEncodeObjects()
                       throws Exception
- 
- Throws:
- Exception
 
testInvalidEncoding
public void testInvalidEncoding()
- 
 
testDecodeObjects
public void testDecodeObjects()
                       throws Exception
- 
- Throws:
- Exception
 
testDefaultEncoding
public void testDefaultEncoding()
                         throws Exception
- 
- Throws:
- Exception
 
testSoftLineBreakDecode
public void testSoftLineBreakDecode()
                             throws Exception
- 
- Throws:
- Exception
 
testSoftLineBreakEncode
public void testSoftLineBreakEncode()
                             throws Exception
- 
- Throws:
- Exception
 
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.