Method Summary |
|
public static Test | suite() Returns the tests as a test suite. |
public void | testAutoRange1() A simple test for the auto-range calculation looking at a
NumberAxis used as the range axis for a CategoryPlot. |
public void | testAutoRange2() A simple test for the auto-range calculation looking at a
NumberAxis used as the range axis for a CategoryPlot. |
public void | testAutoRange3() A simple test for the auto-range calculation looking at a
NumberAxis used as the range axis for a CategoryPlot. |
public void | testAutoRange4() A check for the interaction between the 'autoRangeIncludesZero' flag
and the base setting in the BarRenderer. |
public void | testCloning() Confirm that cloning works. |
public void | testEquals() Confirm that the equals method can distinguish all the required fields. |
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 | testSetLowerBound() Some checks for the setLowerBound() method. |
public void | testTranslateJava2DToValue() Test the translation of Java2D values to data values. |
public void | testXYAutoRange1() Checks that the auto-range for the domain axis on an XYPlot is
working as expected. |
public void | testXYAutoRange2() Checks that the auto-range for the range axis on an XYPlot is
working as expected. |