Method Summary |
|
public static Test | suite() Returns the tests as a test suite. |
public void | test1472942() A test for bug report 1472942. |
public void | testCloning() Confirm that cloning works. |
public void | testEquals() Confirm that the equals method can distinguish all the required fields. |
public void | testHashCode() Two objects that are equal are required to return the same hashCode. |
public void | testJava2DToValue() Test the translation of Java2D values to data values. |
public void | testPreviousStandardDateDayA() A basic check for the testPreviousStandardDate() method when the
tick unit is 1 day. |
public void | testPreviousStandardDateDayB() A basic check for the testPreviousStandardDate() method when the
tick unit is 7 days (just for the sake of having a multiple). |
public void | testPreviousStandardDateHourA() A basic check for the testPreviousStandardDate() method when the
tick unit is 1 hour. |
public void | testPreviousStandardDateHourB() A basic check for the testPreviousStandardDate() method when the
tick unit is 6 hours (just for the sake of having a multiple). |
public void | testPreviousStandardDateMillisecondA() A basic check for the testPreviousStandardDate() method when the
tick unit is 1 millisecond. |
public void | testPreviousStandardDateMillisecondB() A basic check for the testPreviousStandardDate() method when the
tick unit is 10 milliseconds (just for the sake of having a multiple). |
public void | testPreviousStandardDateMonthA() A basic check for the testPreviousStandardDate() method when the
tick unit is 1 month. |
public void | testPreviousStandardDateMonthB() A basic check for the testPreviousStandardDate() method when the
tick unit is 3 months (just for the sake of having a multiple). |
public void | testPreviousStandardDateSecondA() A basic check for the testPreviousStandardDate() method when the
tick unit is 1 second. |
public void | testPreviousStandardDateSecondB() A basic check for the testPreviousStandardDate() method when the
tick unit is 5 seconds (just for the sake of having a multiple). |
public void | testPreviousStandardDateYearA() A basic check for the testPreviousStandardDate() method when the
tick unit is 1 year. |
public void | testPreviousStandardDateYearB() A basic check for the testPreviousStandardDate() method when the
tick unit is 10 years (just for the sake of having a multiple). |
public void | testSerialization() Serialize an instance, restore it, and check for equality. |
public void | testSetMaximumDate() Test that the setMaximumDate() method works. |
public void | testSetMinimumDate() Test that the setMinimumDate() method works. |
public void | testSetRange() Test that the setRange() method works. |