gizmoball.tests
Class ExtenderTest

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

public class ExtenderTest
extends TestCase


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

Constructor Detail

ExtenderTest

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

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()