Constructor and Description |
---|
HexTest() |
Modifier and Type | Method and Description |
---|---|
void |
testCustomCharset() |
void |
testCustomCharsetBadName() |
void |
testCustomCharsetToString() |
void |
testDecodeArrayOddCharacters() |
void |
testDecodeBadCharacterPos0() |
void |
testDecodeBadCharacterPos1() |
void |
testDecodeClassCastException() |
void |
testDecodeHexOddCharacters1() |
void |
testDecodeHexOddCharacters3() |
void |
testDecodeHexOddCharacters5() |
void |
testDecodeStringOddCharacters() |
void |
testDencodeEmpty() |
void |
testEncodeClassCastException() |
void |
testEncodeDecodeRandom() |
void |
testEncodeEmpty() |
void |
testEncodeZeroes() |
void |
testHelloWorldLowerCaseHex() |
void |
testHelloWorldUpperCaseHex() |
void |
testRequiredCharset() |
public HexTest()
public void testCustomCharset() throws UnsupportedEncodingException, DecoderException
public void testCustomCharsetBadName()
public void testCustomCharsetToString()
public void testDecodeArrayOddCharacters()
public void testDecodeBadCharacterPos0()
public void testDecodeBadCharacterPos1()
public void testDecodeClassCastException()
public void testDecodeHexOddCharacters1()
public void testDecodeHexOddCharacters3()
public void testDecodeHexOddCharacters5()
public void testDecodeStringOddCharacters()
public void testDencodeEmpty() throws DecoderException
DecoderException
public void testEncodeClassCastException()
public void testEncodeDecodeRandom() throws DecoderException, EncoderException
DecoderException
EncoderException
public void testEncodeEmpty() throws EncoderException
EncoderException
public void testEncodeZeroes()
public void testHelloWorldLowerCaseHex()
public void testHelloWorldUpperCaseHex()
public void testRequiredCharset() throws UnsupportedEncodingException, DecoderException
Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.