Save This Page
Home » jcommon-1.0.13 » org.jfree » chart » renderer » xy » junit » [javadoc | source]
org.jfree.chart.renderer.xy.junit
public class: AbstractXYItemRendererTests [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.jfree.chart.renderer.xy.junit.AbstractXYItemRendererTests
Tests for the AbstractXYItemRenderer class.
Constructor:
 public AbstractXYItemRendererTests(String name) 
    Constructs a new set of tests.
    Parameters:
    name - the name of the tests.
Method from org.jfree.chart.renderer.xy.junit.AbstractXYItemRendererTests Summary:
suite,   testFindDomainBounds,   testFindRangeBounds
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.chart.renderer.xy.junit.AbstractXYItemRendererTests Detail:
 public static Test suite() 
    Returns the tests as a test suite.
 public  void testFindDomainBounds() 
    Some checks for the findDomainBounds() method.
 public  void testFindRangeBounds() 
    Some checks for the findRangeBounds() method.