Method Summary |
|
public void | chartChanged(ChartChangeEvent event) |
protected void | setUp() Common test setup. |
public static Test | suite() Returns the tests as a test suite. |
public void | testAddSubtitle() Some checks for the addSubtitle() methods. |
public void | testEquals() Check that the equals() method can distinguish all fields. |
public void | testEquals2() A test to make sure that the legend is being picked up in the
equals() testing. |
public void | testGetSubtitle() Some checks for the getSubtitle() method. |
public void | testGetSubtitles() Some checks for the getSubtitles() method. |
public void | testLegendEvents() Some checks for the default legend firing change events. |
public void | testSerialization1() Serialize a pie chart, restore it, and check for equality. |
public void | testSerialization2() Serialize a 3D pie chart, restore it, and check for equality. |
public void | testSerialization3() Serialize a bar chart, restore it, and check for equality. |
public void | testSerialization4() Serialize a time seroes chart, restore it, and check for equality. |
public void | testSubtitleCount() Checks the subtitle count - should be 1 (the legend). |