gizmoball.tests
Class ExtenderTest
java.lang.Object
TestCase
gizmoball.tests.ExtenderTest
public class ExtenderTest
- extends TestCase
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtenderTest
public ExtenderTest(java.lang.String name)
setUp
public void setUp()
testExtender
public void testExtender()
testGetShape
public void testGetShape()
testGetVelocity
public void testGetVelocity()
testSetVelocity
public void testSetVelocity()
testIsExpandingX
public void testIsExpandingX()
testIsExpandingY
public void testIsExpandingY()
testIsContractingX
public void testIsContractingX()
testIsContractingY
public void testIsContractingY()
testWidth
public void testWidth()
testHeight
public void testHeight()
testGetExpansionSpeed
public void testGetExpansionSpeed()
testGetUpperLeft
public void testGetUpperLeft()
testGetEnclosingPolygon
public void testGetEnclosingPolygon()
testGetXSpanOfMotion
public void testGetXSpanOfMotion()
testGetYSpanOfMotion
public void testGetYSpanOfMotion()
testGetPausingTime
public void testGetPausingTime()
testIsStationary
public void testIsStationary()
testTimeTo
public void testTimeTo()
testGetFutureShape
public void testGetFutureShape()
testUpdateExtender
public void testUpdateExtender()
testAction
public void testAction()
suite
public static Test suite()