public class CharUtilsTest extends Object
CharUtils.| Constructor and Description |
|---|
CharUtilsTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testConstructor() |
void |
testIsAscii_char() |
void |
testIsAsciiAlpha_char() |
void |
testIsAsciiAlphaLower_char() |
void |
testIsAsciiAlphanumeric_char() |
void |
testIsAsciiAlphaUpper_char() |
void |
testIsAsciiControl_char() |
void |
testIsAsciiNumeric_char() |
void |
testIsAsciiPrintable_char() |
void |
testToChar_Character_char() |
void |
testToChar_Character() |
void |
testToChar_String_char() |
void |
testToChar_String() |
void |
testToCharacterObject_char() |
void |
testToCharacterObject_String() |
void |
testToIntValue_char_int() |
void |
testToIntValue_char() |
void |
testToIntValue_Character_int() |
void |
testToIntValue_Character() |
void |
testToString_char() |
void |
testToString_Character() |
void |
testToUnicodeEscaped_char() |
void |
testToUnicodeEscaped_Character() |
public CharUtilsTest()
public void testConstructor()
public void testToCharacterObject_char()
public void testToCharacterObject_String()
public void testToChar_Character()
public void testToChar_Character_char()
public void testToChar_String()
public void testToChar_String_char()
public void testToIntValue_char()
public void testToIntValue_char_int()
public void testToIntValue_Character()
public void testToIntValue_Character_int()
public void testToString_char()
public void testToString_Character()
public void testToUnicodeEscaped_char()
public void testToUnicodeEscaped_Character()
public void testIsAscii_char()
public void testIsAsciiPrintable_char()
public void testIsAsciiControl_char()
public void testIsAsciiAlpha_char()
public void testIsAsciiAlphaUpper_char()
public void testIsAsciiAlphaLower_char()
public void testIsAsciiNumeric_char()
public void testIsAsciiAlphanumeric_char()
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.