| org.jfree.chart.plot.junit.MultiplePiePlotTests
MultiplePiePlotTests | public class MultiplePiePlotTests extends TestCase (Code) | | Some tests for the
MultiplePiePlot class.
|
Method Summary | |
public static Test | suite() Returns the tests as a test suite. | public void | testCloning() Some basic checks for the clone() method. | public void | testEquals() Check that the equals() method distinguishes the required fields. | public void | testSerialization() Serialize an instance, restore it, and check for equality. |
MultiplePiePlotTests | public MultiplePiePlotTests(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) | | Some basic checks for the clone() method.
|
testEquals | public void testEquals()(Code) | | Check that the equals() method distinguishes the required fields.
|
testSerialization | public void testSerialization()(Code) | | Serialize an instance, restore it, and check for equality.
|
|
|