Save This Page
Home » jcommon-1.0.13 » org.jfree » chart » labels » junit » [javadoc | source]
org.jfree.chart.labels.junit
public class: BoxAndWhiskerToolTipGeneratorTests [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.jfree.chart.labels.junit.BoxAndWhiskerToolTipGeneratorTests
Tests for the BoxAndWhiskerToolTipGenerator class.
Constructor:
 public BoxAndWhiskerToolTipGeneratorTests(String name) 
    Constructs a new set of tests.
    Parameters:
    name - the name of the tests.
Method from org.jfree.chart.labels.junit.BoxAndWhiskerToolTipGeneratorTests Summary:
suite,   testCloning,   testEquals,   testSerialization
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.chart.labels.junit.BoxAndWhiskerToolTipGeneratorTests Detail:
 public static Test suite() 
    Returns the tests as a test suite.
 public  void testCloning() 
    Confirm that cloning works.
 public  void testEquals() 
    A series of tests for the equals() method.
 public  void testSerialization() 
    Serialize an instance, restore it, and check for equality.