| org.jfree.data.xy.junit.XYIntervalSeriesCollectionTests
Method Summary | |
public static Test | suite() Returns the tests as a test suite. | public void | test1170825() A test for bug report 1170825 (originally affected XYSeriesCollection,
this test is just copied over). | public void | testCloning() Confirm that cloning works. | 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. |
XYIntervalSeriesCollectionTests | public XYIntervalSeriesCollectionTests(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. |
test1170825 | public void test1170825()(Code) | | A test for bug report 1170825 (originally affected XYSeriesCollection,
this test is just copied over).
|
testCloning | public void testCloning()(Code) | | Confirm that cloning works.
|
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.
|
|
|