gizmoball.tests
Class PolygonTest

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

public class PolygonTest
extends TestCase


Constructor Summary
PolygonTest(java.lang.String name)
           
 
Method Summary
 void setUp()
           
static Test suite()
           
 void testGetCircles()
           
 void testGetLineSegments()
           
 void testGetVertices()
           
 void testMakeRectangle()
           
 void testMakeRightTriangle45()
           
 void testMakeSquare()
           
 void testPolygon()
           
 void testRotate()
           
 void testTranslate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolygonTest

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

setUp

public void setUp()

testPolygon

public void testPolygon()

testGetCircles

public void testGetCircles()

testGetLineSegments

public void testGetLineSegments()

testGetVertices

public void testGetVertices()

testRotate

public void testRotate()

testTranslate

public void testTranslate()

testMakeSquare

public void testMakeSquare()

testMakeRightTriangle45

public void testMakeRightTriangle45()

testMakeRectangle

public void testMakeRectangle()

suite

public static Test suite()