| org.jfree.chart.plot.junit.MeterPlotTests
MeterPlotTests | public class MeterPlotTests extends TestCase (Code) | | Tests for the
MeterPlot class.
|
Method Summary | |
public static Test | suite() Returns the tests as a test suite. | public void | testCloning() Confirm that cloning works. | public void | testEquals() Test the equals method to ensure that it can distinguish the required
fields. | public void | testSerialization1() Serialize an instance, restore it, and check for equality. | public void | testSerialization2() Serialize an instance, restore it, and check for equality. |
MeterPlotTests | public MeterPlotTests(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.
|
testEquals | public void testEquals()(Code) | | Test the equals method to ensure that it can distinguish the required
fields. Note that the dataset is NOT considered in the equals test.
|
testSerialization1 | public void testSerialization1()(Code) | | Serialize an instance, restore it, and check for equality.
|
testSerialization2 | public void testSerialization2()(Code) | | Serialize an instance, restore it, and check for equality.
|
|
|