public class URLCodecTest extends Object
Constructor and Description |
---|
URLCodecTest() |
Modifier and Type | Method and Description |
---|---|
void |
testBasicEncodeDecode() |
void |
testDecodeInvalid() |
void |
testDecodeInvalidContent() |
void |
testDecodeObjects() |
void |
testDecodeStringWithNull() |
void |
testDecodeWithNullArray() |
void |
testDefaultEncoding() |
void |
testEncodeDecodeNull() |
void |
testEncodeNull() |
void |
testEncodeObjects() |
void |
testEncodeStringWithNull() |
void |
testEncodeUrlWithNullBitSet() |
void |
testInvalidEncoding() |
void |
testSafeCharEncodeDecode() |
void |
testUnsafeEncodeDecode() |
void |
testUTF8RoundTrip() |
public URLCodecTest()
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 testDecodeInvalidContent() throws UnsupportedEncodingException, DecoderException
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
Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.