Save This Page
Home » jcommon-1.0.13 » org.jfree » chart » renderer » xy » junit » [javadoc | source]
org.jfree.chart.renderer.xy.junit
public class: StackedAreaXYRendererTests [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.jfree.chart.renderer.xy.junit.StackedAreaXYRendererTests
Tests for the StackedAreaXYRendererTests class.
Constructor:
 public StackedAreaXYRendererTests(String name) 
    Constructs a new set of tests.
    Parameters:
    name - the name of the tests.
Method from org.jfree.chart.renderer.xy.junit.StackedAreaXYRendererTests Summary:
suite,   testCloning,   testEquals,   testHashcode,   testSerialization
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.chart.renderer.xy.junit.StackedAreaXYRendererTests Detail:
 public static Test suite() 
    Returns the tests as a test suite.
 public  void testCloning() 
    Confirm that cloning works.
 public  void testEquals() 
    Problem that the equals(...) method distinguishes all 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.