| org.jfree.chart.annotations.junit.TextAnnotationTests
TextAnnotationTests | public class TextAnnotationTests extends TestCase (Code) | | Tests for the
TextAnnotation class.
|
Method Summary | |
public static Test | suite() Returns the tests as a test suite. | public void | testEquals() Confirm that the equals method can distinguish all the required fields. | public void | testHashCode() Two objects that are equal are required to return the same hashCode. |
TextAnnotationTests | public TextAnnotationTests(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. |
testEquals | public void testEquals()(Code) | | Confirm that the equals method can distinguish all the required fields.
|
testHashCode | public void testHashCode()(Code) | | Two objects that are equal are required to return the same hashCode.
|
|
|