Save This Page
Home » jcommon-1.0.13 » org.jfree.util.junit » [javadoc | source]
org.jfree.util.junit
public class: ShapeTableTests [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.jfree.util.junit.ShapeTableTests
Tests for the org.jfree.util.ShapeTable class.
Constructor:
 public ShapeTableTests(String name) 
    Constructs a new set of tests.
    Parameters:
    name - the name of the tests.
Method from org.jfree.util.junit.ShapeTableTests Summary:
suite,   testDummy
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.util.junit.ShapeTableTests Detail:
 public static Test suite() 
    Returns the tests as a test suite.
 public  void testDummy() 
    Does nothing but to surpress a failure message from JUnit when being confronted with an empty suite.