gizmoball.tests
Class PolygonTest
java.lang.Object
TestCase
gizmoball.tests.PolygonTest
public class PolygonTest
- extends TestCase
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PolygonTest
public PolygonTest(java.lang.String name)
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()