| org.jfree.data.time.junit.TimeSeriesDataItemTests
TimeSeriesDataItemTests | public class TimeSeriesDataItemTests extends TestCase (Code) | | Tests for the
TimeSeriesDataItem class.
|
Method Summary | |
protected void | setUp() Common test setup. | public static Test | suite() Returns the tests as a test suite. | public void | testEquals() Test the equals() method. | public void | testEqualsSelf() Test that an instance is equal to itself. | public void | testSerialization() Serialize an instance, restore it, and check for equality. |
TimeSeriesDataItemTests | public TimeSeriesDataItemTests(String name)(Code) | | Constructs a new set of tests.
Parameters: name - the name of the tests. |
setUp | protected void setUp()(Code) | | Common test setup.
|
suite | public static Test suite()(Code) | | Returns the tests as a test suite.
The test suite. |
testEquals | public void testEquals()(Code) | | Test the equals() method.
|
testEqualsSelf | public void testEqualsSelf()(Code) | | Test that an instance is equal to itself.
SourceForge Bug ID: 558850.
|
testSerialization | public void testSerialization()(Code) | | Serialize an instance, restore it, and check for equality.
|
|
|