| com.ibm.icu.dev.test.TestFmwk com.ibm.icu.dev.test.lang.UCharacterTest
UCharacterTest | final public class UCharacterTest extends TestFmwk (Code) | | Testing class for UCharacter
Mostly following the test cases for ICU
author: Syn Wee Quek since: nov 04 2000 |
UCharacterTest | public UCharacterTest()(Code) | | Constructor
|
TestAdditionalProperties | public void TestAdditionalProperties()(Code) | | Test binary non core properties
|
TestBase | public void TestBase()(Code) | | Tests for base characters and their cellwidth
|
TestBiDiPropsDummy | public void TestBiDiPropsDummy()(Code) | | |
TestCasePropsDummy | public void TestCasePropsDummy()(Code) | | |
TestCodePoint | public void TestCodePoint()(Code) | | Test getCodePoint
|
TestConsistency | public void TestConsistency()(Code) | | |
TestCoverage | public void TestCoverage()(Code) | | |
TestDefined | public void TestDefined()(Code) | | Tests for defined and undefined characters
|
TestDigits | public void TestDigits()(Code) | | Tests for digit characters
|
TestGetAge | public void TestGetAge()(Code) | | Testing getAge
|
TestISOControl | public void TestISOControl()(Code) | | Tests for control characters
|
TestIdentifier | public void TestIdentifier()(Code) | | Testing for identifier characters
|
TestIsBMP | public void TestIsBMP()(Code) | | |
TestIsLegal | public void TestIsLegal()(Code) | | Testing the for illegal characters
|
TestIteration | public void TestIteration()(Code) | | This method is alittle different from the type test in icu4c.
But combined with testUnicodeData, they basically do the same thing.
|
TestLetterNumber | public void TestLetterNumber()(Code) | | Testing the letter and number determination in UCharacter
|
TestMirror | public void TestMirror()(Code) | | Test mirroring
|
TestNameIteration | public void TestNameIteration() throws Exception(Code) | | Testing name iteration
|
TestNames | public void TestNames()(Code) | | Test for the character names
|
TestNumeric | public void TestNumeric()(Code) | | Tests for numeric characters
|
TestNumericProperties | public void TestNumericProperties()(Code) | | |
TestPrint | public void TestPrint()(Code) | | Tests for printable characters
|
TestPropertyValues | public void TestPropertyValues()(Code) | | Test the property values API. See JB#2410.
|
TestSpaces | public void TestSpaces()(Code) | | Tests for space determination in UCharacter
|
TestSupplementary | public void TestSupplementary()(Code) | | Test Supplementary
|
TestUnicodeData | public void TestUnicodeData()(Code) | | Tests for the character types, direction.
This method reads in UnicodeData.txt file for testing purposes. A
default path is provided relative to the src path, however the user
could set a system property to change the directory path.
e.g. java -DUnicodeData="data_directory_path"
com.ibm.icu.dev.test.lang.UCharacterTest
|
TestVersion | public void TestVersion()(Code) | | Tests for version
|
Fields inherited from com.ibm.icu.dev.test.TestFmwk | protected TestParams params(Code)(Java Doc)
|
Methods inherited from com.ibm.icu.dev.test.TestFmwk | protected boolean assertEquals(String message, boolean expected, boolean actual)(Code)(Java Doc) protected boolean assertEquals(String message, long expected, long actual)(Code)(Java Doc) protected boolean assertEquals(String message, float expected, float actual, double error)(Code)(Java Doc) protected boolean assertEquals(String message, double expected, double actual, double error)(Code)(Java Doc) protected boolean assertEquals(String message, Object expected, Object actual)(Code)(Java Doc) protected boolean assertFalse(String message, boolean condition)(Code)(Java Doc) protected boolean assertNotEquals(String message, Object expected, Object actual)(Code)(Java Doc) protected boolean assertNotNull(String message, Object actual)(Code)(Java Doc) protected boolean assertNotSame(String message, Object expected, Object actual)(Code)(Java Doc) protected boolean assertNull(String message, Object actual)(Code)(Java Doc) protected boolean assertSame(String message, Object expected, Object actual)(Code)(Java Doc) protected boolean assertTrue(String message, boolean condition)(Code)(Java Doc) protected int checkArray(String msg, String array, String expected)(Code)(Java Doc) protected int checkArray(String msg, Locale array, String expected)(Code)(Java Doc) protected int checkArray(String msg, ULocale array, String expected)(Code)(Java Doc) protected Random createRandom()(Code)(Java Doc) protected void fail(String message)(Code)(Java Doc) protected static synchronized java.util.Date getDate(int year, int month, int dom)(Code)(Java Doc) protected String getDescription()(Code)(Java Doc) protected int getErrorCount()(Code)(Java Doc) public PrintWriter getErrorLogPrintWriter()(Code)(Java Doc) public int getInclusion()(Code)(Java Doc) public PrintWriter getLogPrintWriter()(Code)(Java Doc) protected String getMethodDescription(String name)(Code)(Java Doc) protected TestFmwk getSubtest(String prefix) throws TestFmwkException(Code)(Java Doc) protected Target getTargets(String targetName)(Code)(Java Doc) public String getTranslitTestFilter()(Code)(Java Doc) protected void handleException(Throwable e)(Code)(Java Doc) public static String hex(char[] s)(Code)(Java Doc) public static String hex(byte[] s)(Code)(Java Doc) public static String hex(char ch)(Code)(Java Doc) public static String hex(int ch)(Code)(Java Doc) public static String hex(String s)(Code)(Java Doc) public static String hex(StringBuffer s)(Code)(Java Doc) protected void init() throws Exception(Code)(Java Doc) public boolean isDateAtLeast(int year, int month, int day)(Code)(Java Doc) public boolean isMemTracking()(Code)(Java Doc) public boolean isModularBuild()(Code)(Java Doc) public boolean isQuick()(Code)(Java Doc) public boolean isTiming()(Code)(Java Doc) public boolean isVerbose()(Code)(Java Doc) public void msg(String message, int level, boolean incCount, boolean newln)(Code)(Java Doc) public boolean noData()(Code)(Java Doc) public static String prettify(String s)(Code)(Java Doc) public static String prettify(StringBuffer s)(Code)(Java Doc) public Target resolveTarget(TestParams params)(Code)(Java Doc) public Target resolveTarget(TestParams params, String targetPath)(Code)(Java Doc) public void run(String[] args)(Code)(Java Doc) public int run(String[] args, PrintWriter log)(Code)(Java Doc) public int runTests(TestParams params, String[] tests)(Code)(Java Doc) protected TimeZone safeGetTimeZone(String id)(Code)(Java Doc) public void usage()(Code)(Java Doc) public static void usage(PrintWriter pw, String className)(Code)(Java Doc) protected boolean validate()(Code)(Java Doc) protected boolean validateMethod(String name)(Code)(Java Doc)
|
|
|