| org.jfree.chart.urls.junit.StandardPieURLGeneratorTests
Method Summary | |
public static Test | suite() Returns the tests as a test suite. | public void | testEquals() Some checks for the equals() method. | public void | testSerialization() Serialize an instance, restore it, and check for equality. | public void | testURL() Test that the generated URL is as expected. |
StandardPieURLGeneratorTests | public StandardPieURLGeneratorTests(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. |
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.
|
testURL | public void testURL()(Code) | | Test that the generated URL is as expected.
|
|
|