|
||||||||
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 |
TestCaseMapping()
Testing the strings case mapping methods |
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 |
TestUnicodeData()
Tests for the character types, direction. This method reads in UnicodeData.txt file for testing purposes. |
void |
TestUpperLower()
Testing the uppercase and lowercase function of UCharacter |
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 TestPrint()
public void TestIdentifier()
public void TestUnicodeData()
public void TestNames()
public void TestCaseMapping()
public static void main(java.lang.String[] arg)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |