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
Exceptionpublic void testBasicEncodeDecode() throws Exception
Exceptionpublic void testSafeCharEncodeDecode() throws Exception
Exceptionpublic void testUnsafeEncodeDecode() throws Exception
Exceptionpublic void testEncodeDecodeNull() throws Exception
Exceptionpublic void testDecodeInvalid() throws Exception
Exceptionpublic void testDecodeInvalidContent() throws UnsupportedEncodingException, DecoderException
public void testEncodeNull() throws Exception
Exceptionpublic void testEncodeUrlWithNullBitSet() throws Exception
Exceptionpublic void testDecodeWithNullArray() throws Exception
Exceptionpublic void testEncodeStringWithNull() throws Exception
Exceptionpublic void testDecodeStringWithNull() throws Exception
Exceptionpublic void testEncodeObjects() throws Exception
Exceptionpublic void testInvalidEncoding()
public void testDecodeObjects() throws Exception
Exceptionpublic void testDefaultEncoding() throws Exception
ExceptionCopyright © 2002–2013 The Apache Software Foundation. All rights reserved.