| org.jfree.chart.renderer.xy.junit.XYBarRendererTests
XYBarRendererTests | public class XYBarRendererTests extends TestCase (Code) | | Tests for the
XYBarRenderer class.
|
Method Summary | |
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 | testFindDomainBounds() Check that the renderer is calculating the domain bounds correctly. | public void | testGetLegendItemSeriesIndex() A check for the datasetIndex and seriesIndex fields in the LegendItem
returned by the getLegendItem() method. | public void | testHashcode() Two objects that are equal are required to return the same hashCode. | public void | testSerialization() Serialize an instance, restore it, and check for equality. | public void | testSerialization2() Serialize an instance, restore it, and check for equality. |
XYBarRendererTests | public XYBarRendererTests(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.
|
testEquals | public void testEquals()(Code) | | Test that the equals() method distinguishes all fields.
|
testFindDomainBounds | public void testFindDomainBounds()(Code) | | Check that the renderer is calculating the domain bounds correctly.
|
testGetLegendItemSeriesIndex | public void testGetLegendItemSeriesIndex()(Code) | | A check for the datasetIndex and seriesIndex fields in the LegendItem
returned by the getLegendItem() method.
|
testHashcode | public void testHashcode()(Code) | | Two objects that are equal are required to return the same hashCode.
|
testSerialization | public void testSerialization()(Code) | | Serialize an instance, restore it, and check for equality.
|
testSerialization2 | public void testSerialization2()(Code) | | Serialize an instance, restore it, and check for equality.
|
|
|