| org.jfree.chart.labels.junit.StandardPieSectionLabelGeneratorTests
Method Summary | |
public static void | main(String[] args) Runs the test suite using JUnit's text-based runner. | public static Test | suite() Returns the tests as a test suite. | public void | testCloning() Confirm that cloning works. | public void | testEquals() Test that the equals() method distinguishes all fields. | public void | testSerialization() Serialize an instance, restore it, and check for equality. |
StandardPieSectionLabelGeneratorTests | public StandardPieSectionLabelGeneratorTests(String name)(Code) | | Constructs a new set of tests.
Parameters: name - the name of the tests. |
main | public static void main(String[] args)(Code) | | Runs the test suite using JUnit's text-based runner.
Parameters: args - ignored. |
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 that the equals() method distinguishes all fields.
|
testSerialization | public void testSerialization()(Code) | | Serialize an instance, restore it, and check for equality.
|
|
|