|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.test.TestFmwk | +--com.ibm.icu.test.text.UCharacterTest
Testing class for UCharacter Mostly following the test cases for ICU
Constructor Summary | |
UCharacterTest()
Constructor |
Method Summary | |
static void |
main(java.lang.String[] arg)
|
void |
TestBase()
Tests for base characters and their cellwidth |
void |
TestCatDir()
Tests for the character types, direction |
void |
TestControl()
Tests for control characters |
void |
TestDefined()
Tests for defined and undefined characters |
void |
TestDigits()
Tests for digit characters |
void |
TestIdentifier()
Testing for identifier characters |
void |
TestLetterNumber()
Testing the letter and number determination in UCharacter |
void |
TestNames()
Test for the character names |
void |
TestPrint()
Tests for printable characters |
void |
TestSpaces()
Tests for space determination in UCharacter |
void |
TestUpperLower()
Testing the uppercase and lowercase function of UCharacter |
void |
TestUTF16AppendBoundCount()
Testing UTF16 class methods append, getCharCount and bounds |
void |
TestUTF16OffsetCharAt()
Testing UTF16 class methods findCPOffset, findOffsetFromCP and charAt |
void |
TestVersion()
Tests for version |
Methods inherited from class com.ibm.test.TestFmwk |
err, errln, getErrorCount, hex, hex, hex, isVerbose, log, logln, run, run, run, writeTestName, writeTestResult |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UCharacterTest()
Method Detail |
public void TestUpperLower()
public void TestLetterNumber()
public void TestSpaces()
public void TestDefined()
public void TestBase()
public void TestDigits()
public void TestVersion()
public void TestControl()
public void TestPrint()
public void TestIdentifier()
public void TestCatDir()
public void TestNames()
public void TestUTF16AppendBoundCount()
public void TestUTF16OffsetCharAt()
public static void main(java.lang.String[] arg)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |