Method Summary |
|
public static Test | suite() Returns the tests as a test suite. |
public void | testAutoPopulateFlagDefaults() Some checks for the autoPopulate flag default values. |
public void | testCloning() Confirm that cloning works. |
public void | testCloning2() A check for cloning. |
public void | testEquals() Test that the equals() method distinguishes all fields. |
public void | testEventNotification() Tests each setter method to ensure that it sends an event notification. |
public void | testFillPaintLookup() Some checks for the fill paint lookup mechanism. |
public void | testOutlinePaintLookup() Some checks for the outline paint lookup mechanism. |
public void | testPaintLookup() Some checks for the paint lookup mechanism. |
public void | testSerialization() Serialize an instance, restore it, and check for equality. |
public void | testSetItemLabelFont() Test that setting the font for ALL series does in fact work (it was
broken at one point). |
public void | testSetItemLabelPaint() Test that setting the paint for ALL series does in fact work (it was
broken at one point). |
public void | testSetItemLabelsVisible() Test that setting the item label visibility for ALL series does in fact
work. |
public void | testSetNegativeItemLabelPosition() Test that setting the negative item label position for ALL series does
in fact work. |
public void | testSetOutlinePaint() Test that setting the outline paint for ALL series does in fact work. |
public void | testSetOutlineStroke() Test that setting the outline stroke for ALL series does in fact work. |
public void | testSetPaint() Test that setting the paint for ALL series does in fact work. |
public void | testSetPositiveItemLabelPosition() Test that setting the positive item label position for ALL series does
in fact work. |
public void | testSetSeriesVisible() Test that setting the series visibility for ALL series does in fact work. |
public void | testSetShape() Test that setting the shape for ALL series does in fact work. |
public void | testSetStroke() Test that setting the stroke for ALL series does in fact work. |