Save This Page
Home » jcommon-1.0.13 » org.jfree.util.junit » [javadoc | source]
org.jfree.util.junit
public class: ShapeUtilitiesTests [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.jfree.util.junit.ShapeUtilitiesTests
Tests for the ShapeUtilities class.
Constructor:
 public ShapeUtilitiesTests(String name) 
    Constructs a new set of tests.
    Parameters:
    name - the name of the tests.
Method from org.jfree.util.junit.ShapeUtilitiesTests Summary:
suite,   testEqualLine2Ds,   testEqualShapes,   testIntersects
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.util.junit.ShapeUtilitiesTests Detail:
 public static Test suite() 
    Returns the tests as a test suite.
 public  void testEqualLine2Ds() 
    Tests the equal() method.
 public  void testEqualShapes() 
    Some checks for the equal(Shape, Shape) method.
 public  void testIntersects() 
    Some checks for the intersects() method,