| org.jfree.chart.title.junit.TextTitleTests
TextTitleTests | public class TextTitleTests extends TestCase (Code) | | Tests for the
TextTitle class.
|
Method Summary | |
public static Test | suite() Returns the tests as a test suite. | public void | testCloning() Confirm that cloning works. | public void | testEquals() Check that the equals() method distinguishes all fields. | public void | testHashcode() Two objects that are equal are required to return the same hashCode. | public void | testSerialization() Serialize an instance, restore it, and check for equality. |
TextTitleTests | public TextTitleTests(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. |
testCloning | public void testCloning()(Code) | | Confirm that cloning works.
|
testEquals | public void testEquals()(Code) | | Check that the equals() method distinguishes all fields.
|
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.
|
|
|