| org.jfree.chart.junit.PieChart3DTests
PieChart3DTests | public class PieChart3DTests extends TestCase (Code) | | Tests for a pie chart with a 3D effect.
|
Method Summary | |
protected void | setUp() Common test setup. | public static Test | suite() Returns the tests as a test suite. | public void | testNullValueInDataset() Tests that no exceptions are thrown when there is a null
value in the dataset. | public void | testReplaceDatasetOnPieChart() Using a regular pie chart, we replace the dataset with null. |
PieChart3DTests | public PieChart3DTests(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. |
testNullValueInDataset | public void testNullValueInDataset()(Code) | | Tests that no exceptions are thrown when there is a null
value in the dataset.
|
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.
|
|
|