Save This Page
Home » jcommon-1.0.13 » org.jfree » chart » junit » [javadoc | source]
org.jfree.chart.junit
public class: StackedAreaChartTests [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.jfree.chart.junit.StackedAreaChartTests
Some tests for a stacked area chart.
Nested Class Summary:
static class  StackedAreaChartTests.LocalListener  A chart change listener. 
Constructor:
 public StackedAreaChartTests(String name) 
    Constructs a new set of tests.
    Parameters:
    name - the name of the tests.
Method from org.jfree.chart.junit.StackedAreaChartTests Summary:
setUp,   suite,   testDrawWithNullInfo,   testReplaceDataset,   testSetSeriesToolTipGenerator,   testSetSeriesURLGenerator
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.chart.junit.StackedAreaChartTests Detail:
 protected  void setUp() 
    Common test setup.
 public static Test suite() 
    Returns the tests as a test suite.
 public  void testDrawWithNullInfo() 
    Draws the chart with a null info object to make sure that no exceptions are thrown (a problem that was occurring at one point).
 public  void testReplaceDataset() 
    Replaces the dataset and checks that it has changed as expected.
 public  void testSetSeriesToolTipGenerator() 
    Check that setting a tool tip generator for a series does override the default generator.
 public  void testSetSeriesURLGenerator() 
    Check that setting a URL generator for a series does override the default generator.