| org.jfree.chart.plot.junit.SpiderWebPlotTests
SpiderWebPlotTests | public class SpiderWebPlotTests extends TestCase (Code) | | Tests for the
SpiderWebPlot class.
|
Method Summary | |
public static Test | suite() Returns the tests as a test suite. | public void | testCloning() Confirm that cloning works. | public void | testDrawWithNullInfo() Draws the chart with a null info object to make sure that no exceptions
are thrown. | public void | testEquals() Some checks for the equals() method. | public void | testSerialization() Serialize an instance, restore it, and check for equality. |
SpiderWebPlotTests | public SpiderWebPlotTests(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. |
testCloning | public void testCloning()(Code) | | Confirm that cloning works.
|
testDrawWithNullInfo | public void testDrawWithNullInfo()(Code) | | Draws the chart with a null info object to make sure that no exceptions
are thrown.
|
testEquals | public void testEquals()(Code) | | Some checks for the equals() method.
|
testSerialization | public void testSerialization()(Code) | | Serialize an instance, restore it, and check for equality.
|
|
|