| java.lang.Object com.ibm.icu.dev.test.calendar.TestCase com.ibm.icu.dev.test.calendar.ChineseTestCase
Constructor Summary | |
public | ChineseTestCase(double julian, int era, int year, int month, boolean isLeapMonth, int dayOfMonth, int dayOfWeek) Initialize an object using a Julian day number and
the corresponding fields for the calendar being tested. |
Method Summary | |
public String | toString() Return a String representation of this test case's time. |
ChineseTestCase | public ChineseTestCase(double julian, int era, int year, int month, boolean isLeapMonth, int dayOfMonth, int dayOfWeek)(Code) | | Initialize an object using a Julian day number and
the corresponding fields for the calendar being tested.
Parameters: era - the ERA field of tested calendar on the given Julianday Parameters: year - the YEAR field of tested calendar on the givenJulian day Parameters: month - the MONTH (1-based) field of tested calendar onthe given Julian day Parameters: isLeapMonth - if true, treat month as a leap month Parameters: dayOfMonth - the DAY_OF_MONTH field of tested calendar on thegiven Julian day Parameters: dayOfWeek - the DAY_OF_WEEK field of tested calendar on givenJulian day |
toString | public String toString()(Code) | | Return a String representation of this test case's time.
|
|
|