gizmoball.tests
Class UnionShapeTest

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

public class UnionShapeTest
extends TestCase


Constructor Summary
UnionShapeTest(java.lang.String name)
           
 
Method Summary
static Test suite()
           
 void testContainsPoint()
           
 void testGetCircles()
           
 void testGetLineSegments()
           
 void testGetShapes()
           
 void testMaxXY()
           
 void testMinXY()
           
 void testRotate()
           
 void testTranslate()
           
 void testUnionShape()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnionShapeTest

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

testUnionShape

public void testUnionShape()

testMinXY

public void testMinXY()

testMaxXY

public void testMaxXY()

testGetShapes

public void testGetShapes()

testContainsPoint

public void testContainsPoint()

testGetCircles

public void testGetCircles()

testGetLineSegments

public void testGetLineSegments()

testRotate

public void testRotate()

testTranslate

public void testTranslate()

suite

public static Test suite()