Save This Page
Home » jcommon-1.0.13 » org.jfree » data » xy » junit » [javadoc | source]
org.jfree.data.xy.junit
public class: TableXYDatasetTests [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.jfree.data.xy.junit.TableXYDatasetTests
Tests for DefaultTableXYDataset .
Constructor:
 public TableXYDatasetTests(String name) 
    Constructs a new set of tests.
    Parameters:
    name - the name of the tests.
Method from org.jfree.data.xy.junit.TableXYDatasetTests Summary:
suite,   test788597,   testAutoPrune,   testCloning,   testEquals,   testPrune,   testRemoveAllValuesForX,   testSerialization,   testTableXYDataset
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.data.xy.junit.TableXYDatasetTests Detail:
 public static Test suite() 
    Returns the tests as a test suite.
 public  void test788597() 
    A test for bug report 788597.
 public  void testAutoPrune() 
    Tests the auto-pruning feature.
 public  void testCloning() 
    Confirm that cloning works.
 public  void testEquals() 
    Confirm that the equals method can distinguish all the required fields.
 public  void testPrune() 
    Tests to see that pruning removes unwanted x values.
 public  void testRemoveAllValuesForX() 
    Test that removing all values for a given x works.
 public  void testSerialization() 
    Serialize an instance, restore it, and check for equality.
 public  void testTableXYDataset() 
    Assorted tests.