| org.jfree.chart.plot.junit.ContourPlotTests
ContourPlotTests | public class ContourPlotTests extends TestCase (Code) | | Tests for the
ContourPlot class.
|
Method Summary | |
public static Test | suite() Returns the tests as a test suite. | public void | testSerialization() Serialize an instance, restore it, and check for equality. |
ContourPlotTests | public ContourPlotTests(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. |
testSerialization | public void testSerialization()(Code) | | Serialize an instance, restore it, and check for equality.
|
|
|