| org.jfree.data.time.junit.TimeTableXYDatasetTests
TimeTableXYDatasetTests | public class TimeTableXYDatasetTests extends TestCase (Code) | | A collection of test cases for the
TimeTableXYDataset class.
|
Method Summary | |
public static Test | suite() Returns the tests as a test suite. | public void | testClone() Some checks for cloning. | public void | testEquals() Some checks for the equals() method. | public void | testGetTimePeriod() Some checks for the getTimePeriod() method. | public void | testSerialization() Serialize an instance, restore it, and check for equality. | public void | testStandard() Some checks for a simple dataset. |
TimeTableXYDatasetTests | public TimeTableXYDatasetTests(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) | | Some checks for cloning.
|
testEquals | public void testEquals()(Code) | | Some checks for the equals() method.
|
testGetTimePeriod | public void testGetTimePeriod()(Code) | | Some checks for the getTimePeriod() method.
|
testSerialization | public void testSerialization()(Code) | | Serialize an instance, restore it, and check for equality.
|
testStandard | public void testStandard()(Code) | | Some checks for a simple dataset.
|
|
|