org.apache.commons.codec.net
Class BCodecTest
java.lang.Object
org.apache.commons.codec.net.BCodecTest
public class BCodecTest
- extends Object
Quoted-printable codec test cases
- Version:
- $Id: BCodecTest.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 |
BCodecTest
public BCodecTest()
testNullInput
public void testNullInput()
throws Exception
- Throws:
Exception
testUTF8RoundTrip
public void testUTF8RoundTrip()
throws Exception
- Throws:
Exception
testBasicEncodeDecode
public void testBasicEncodeDecode()
throws Exception
- Throws:
Exception
testEncodeDecodeNull
public void testEncodeDecodeNull()
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
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.