gizmoball.tests
Class ShapeGeometryTest

java.lang.Object
  extended by TestCase
      extended by gizmoball.tests.ShapeGeometryTest

public class ShapeGeometryTest
extends TestCase


Constructor Summary
ShapeGeometryTest(java.lang.String name)
           
 
Method Summary
static Test suite()
           
 void testCirclesContains()
           
 void testCirclesOverlap()
           
 void testLineSegmentContainsPoint()
           
 void testMidPoint()
           
 void testPolygonCircleOverlap()
           
 void testPolygonsContains()
           
 void testPolygonsOverlap()
           
 void testSegmentsIntersect()
           
 void testSegmentsIntersectProper()
           
 void testUnionShapeOverlap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShapeGeometryTest

public ShapeGeometryTest(java.lang.String name)
Method Detail

testMidPoint

public void testMidPoint()

testLineSegmentContainsPoint

public void testLineSegmentContainsPoint()

testSegmentsIntersect

public void testSegmentsIntersect()

testSegmentsIntersectProper

public void testSegmentsIntersectProper()

testCirclesOverlap

public void testCirclesOverlap()

testPolygonsOverlap

public void testPolygonsOverlap()

testPolygonCircleOverlap

public void testPolygonCircleOverlap()

testCirclesContains

public void testCirclesContains()

testPolygonsContains

public void testPolygonsContains()

testUnionShapeOverlap

public void testUnionShapeOverlap()

suite

public static Test suite()