| org.jfree.chart.junit.PieChartTests
PieChartTests | public class PieChartTests extends TestCase (Code) | | Tests for a pie chart.
|
Method Summary | |
protected void | setUp() Common test setup. | public static Test | suite() Returns the tests as a test suite. | public void | testReplaceDatasetOnPieChart() Using a regular pie chart, we replace the dataset with null. |
PieChartTests | public PieChartTests(String name)(Code) | | Constructs a new set of tests.
Parameters: name - the name of the tests. |
setUp | protected void setUp()(Code) | | Common test setup.
|
suite | public static Test suite()(Code) | | Returns the tests as a test suite.
The test suite. |
testReplaceDatasetOnPieChart | public void testReplaceDatasetOnPieChart()(Code) | | Using a regular pie chart, we replace the dataset with null. Expect to
receive notification of a chart change event, and (of course) the
dataset should be null.
|
|
|