| java.lang.Object com.ibm.icu.dev.test.AbstractTestLog com.ibm.icu.dev.test.TestFmwk com.ibm.icu.dev.test.collator.CollationAPITest
TestBounds | public void TestBounds()(Code) | | |
TestClone | public void TestClone()(Code) | | |
TestCollationKey | public void TestCollationKey()(Code) | | This tests the collation key related APIs.
- constructor/destructor
- Collator.getCollationKey
- == and != operators
- comparison between collation keys
- creating collation key with a byte array and vice versa
|
TestCompare | public void TestCompare()(Code) | | This tests the comparison convenience methods of a collator object.
- greater than
- greater than or equal to
- equal to
|
TestDecomposition | public void TestDecomposition()(Code) | | Tests decomposition setting
|
TestDuplicate | public void TestDuplicate()(Code) | | This tests the duplication of a collator object.
|
TestElemIter | public void TestElemIter()(Code) | | This tests the CollationElementIterator related APIs.
- creation of a CollationElementIterator object
- == and != operators
- iterating forward
- reseting the iterator index
- requesting the order properties(primary, secondary or tertiary)
|
TestGetAll | final public void TestGetAll()(Code) | | |
TestGetContractions | public void TestGetContractions() throws Exception(Code) | | |
TestGetTailoredSet | public void TestGetTailoredSet()(Code) | | |
TestHashCode | public void TestHashCode()(Code) | | This tests the hashCode method of a collator object.
|
TestJunkCollator | public void TestJunkCollator()(Code) | | |
TestProperty | public void TestProperty()(Code) | | This tests the properties of a collator object.
- constructor
- factory method getInstance
- compare and getCollationKey
- get/set decomposition mode and comparison level
|
TestRawCollationKey | public void TestRawCollationKey()(Code) | | |
TestRuleBasedColl | public void TestRuleBasedColl()(Code) | | This tests the RuleBasedCollator
- constructor/destructor
- getRules
|
TestRules | public void TestRules()(Code) | | This tests the RuleBasedCollator
- getRules
|
TestSafeClone | public void TestSafeClone()(Code) | | |
TestSetGet | public void TestSetGet()(Code) | | Simple test the collator setter and getters
|
TestSubClass | public void TestSubClass()(Code) | | Simple test to see if Collator is subclassable
|
doAssert | void doAssert(boolean conditions, String message)(Code) | | |
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)
|
Fields inherited from com.ibm.icu.dev.test.AbstractTestLog | public static boolean dontSkipForVersion(Code)(Java Doc)
|
|
|