| org.jfree.chart.plot.junit.CombinedDomainXYPlotTests
Method Summary | |
public static Test | suite() Returns the tests as a test suite. | public void | testCloning() Confirm that cloning works. | public void | testConstructor1() Confirm that the constructor will accept a null axis. | public void | testEquals() Tests the equals() method. | public void | testRemoveSubplot() This is a test to replicate the bug report 987080. | public void | testSerialization() Serialize an instance, restore it, and check for equality. |
CombinedDomainXYPlotTests | public CombinedDomainXYPlotTests(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.
|
testConstructor1 | public void testConstructor1()(Code) | | Confirm that the constructor will accept a null axis.
|
testEquals | public void testEquals()(Code) | | Tests the equals() method.
|
testRemoveSubplot | public void testRemoveSubplot()(Code) | | This is a test to replicate the bug report 987080.
|
testSerialization | public void testSerialization()(Code) | | Serialize an instance, restore it, and check for equality.
|
|
|