org.apache.commons.codec.net
Class URLCodecTest
java.lang.Object
org.apache.commons.codec.net.URLCodecTest
public class URLCodecTest
- extends Object
URL codec test cases
- Version:
- $Id: URLCodecTest.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 |
URLCodecTest
public URLCodecTest()
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
testDecodeInvalidContent
public void testDecodeInvalidContent()
throws UnsupportedEncodingException,
org.apache.commons.codec.DecoderException
- Throws:
UnsupportedEncodingException
org.apache.commons.codec.DecoderException
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
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.