| org.jfree.data.time.junit.FixedMillisecondTests
FixedMillisecondTests | public class FixedMillisecondTests extends TestCase (Code) | | Tests for the
FixedMillisecond class.
|
FixedMillisecondTests | public FixedMillisecondTests(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. |
testHashcode | public void testHashcode()(Code) | | Two objects that are equal are required to return the same hashCode.
|
testSerialization | public void testSerialization()(Code) | | Serialize an instance, restore it, and check for equality.
|
|
|