| com.ibm.icu.dev.test.TestFmwk com.ibm.icu.dev.test.calendar.CompatibilityTest
Method Summary | |
public void | TestActualMinMax() | public void | TestAdd520() | public void | TestAddSetGet0610() | public void | TestAddSetOrder621() | public void | TestClonesUnique908() | public void | TestComputeJulianDay4406() | public void | TestDOW943() | public void | TestDOWProgression() | public void | TestDisambiguation765() | public void | TestEpochStartFields() | public void | TestFieldSet4781() | public void | TestFields060() | public void | TestGMTvsLocal4064654() | public void | TestGenericAPI() | public void | TestGregorianChange768() | public void | TestGregorianChangeover() Test the behavior of the GregorianCalendar around the changeover. | public void | TestMapping() Test the mapping between millis and fields. | public void | TestRog() | public void | TestRoll() | public void | TestSecondsZero121() | public void | TestSerialize337() | void | aux4064654(int yr, int mo, int dt, int hr, int mn, int sc) | void | check520(Calendar c, int y, int m, int d) | void | dowTest(boolean lenient) | public static void | main(String argv) | void | marchByDelta(Calendar cal, int delta) | static String | value(Calendar calendar) | void | verify765(String msg, Calendar c, int year, int month, int day) | void | verify765(String msg, IllegalArgumentException e, Calendar c) |
EPOCH_FIELDS | static int EPOCH_FIELDS(Code) | | |
EXPECTED_FIELDS | static int EXPECTED_FIELDS(Code) | | |
TestActualMinMax | public void TestActualMinMax()(Code) | | |
TestAdd520 | public void TestAdd520()(Code) | | |
TestAddSetGet0610 | public void TestAddSetGet0610()(Code) | | |
TestAddSetOrder621 | public void TestAddSetOrder621()(Code) | | |
TestClonesUnique908 | public void TestClonesUnique908()(Code) | | |
TestComputeJulianDay4406 | public void TestComputeJulianDay4406()(Code) | | |
TestDOW943 | public void TestDOW943()(Code) | | |
TestDOWProgression | public void TestDOWProgression()(Code) | | |
TestDisambiguation765 | public void TestDisambiguation765() throws Exception(Code) | | |
TestEpochStartFields | public void TestEpochStartFields()(Code) | | |
TestFieldSet4781 | public void TestFieldSet4781()(Code) | | |
TestFields060 | public void TestFields060()(Code) | | |
TestGMTvsLocal4064654 | public void TestGMTvsLocal4064654()(Code) | | |
TestGenericAPI | public void TestGenericAPI()(Code) | | |
TestGregorianChange768 | public void TestGregorianChange768()(Code) | | |
TestGregorianChangeover | public void TestGregorianChangeover()(Code) | | Test the behavior of the GregorianCalendar around the changeover.
|
TestMapping | public void TestMapping()(Code) | | Test the mapping between millis and fields. For the purposes
of this test, we don't care about timezones and week data
(first day of week, minimal days in first week).
|
TestRog | public void TestRog()(Code) | | |
TestRoll | public void TestRoll()(Code) | | |
TestSecondsZero121 | public void TestSecondsZero121()(Code) | | |
TestSerialize337 | public void TestSerialize337()(Code) | | |
aux4064654 | void aux4064654(int yr, int mo, int dt, int hr, int mn, int sc)(Code) | | |
dowTest | void dowTest(boolean lenient)(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)
|
|
|