| org.jfree.data.time.junit.DateRangeTests
DateRangeTests | public class DateRangeTests extends TestCase (Code) | | Some tests for the
DateRange class.
|
Method Summary | |
public static Test | suite() Returns the tests as a test suite. | public void | testClone() The
DateRange class is immutable, so it doesn't need to
be cloneable. | public void | testEquals() Confirm that the equals method can distinguish all the required fields. | public void | testSerialization() Serialize an instance, restore it, and check for equality. |
DateRangeTests | public DateRangeTests(String name)(Code) | | Constructs a new set of tests.
Parameters: name - the name of the tests. |
suite | public static Test suite()(Code) | | Returns the tests as a test suite.
The test suite. |
testClone | public void testClone()(Code) | | The
DateRange class is immutable, so it doesn't need to
be cloneable.
|
testEquals | public void testEquals()(Code) | | Confirm that the equals method can distinguish all the required fields.
|
testSerialization | public void testSerialization()(Code) | | Serialize an instance, restore it, and check for equality.
|
|
|