| org.jfree.chart.plot.junit.PlotTests
PlotTests | public class PlotTests extends TestCase (Code) | | Some tests for the
Plot class.
|
Constructor Summary | |
public | PlotTests(String name) Constructs a new set of tests. |
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 (note that
the dataset is NOT considered in the equals() method). |
PlotTests | public PlotTests(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 (note that
the dataset is NOT considered in the equals() method).
|
|
|