| org.jfree.chart.urls.junit.TimeSeriesURLGeneratorTests
Method Summary | |
public static Test | suite() Returns the tests as a test suite. | public void | testEquals() Check that the equals() method can distinguish all fields. | public void | testGenerateURL() A basic check for the generateURL() method. | public void | testSerialization() Serialize an instance, restore it, and check for equality. |
TimeSeriesURLGeneratorTests | public TimeSeriesURLGeneratorTests(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) | | Check that the equals() method can distinguish all fields.
|
testGenerateURL | public void testGenerateURL()(Code) | | A basic check for the generateURL() method.
|
testSerialization | public void testSerialization()(Code) | | Serialize an instance, restore it, and check for equality.
|
|
|