gizmoball.tests
Class RotatingGizmoTest

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

public class RotatingGizmoTest
extends TestCase


Constructor Summary
RotatingGizmoTest(java.lang.String name)
           
 
Method Summary
 void setUp()
           
static Test suite()
           
 void testAction()
           
 void testGetAngularVelocity()
           
 void testGetCenterOfRotation()
           
 void testGetCurrentAngle()
           
 void testGetEnclosingPolygon()
           
 void testGetMaxAngle()
           
 void testRotateAroundCenter()
           
 void testTimeToNextStop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RotatingGizmoTest

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

setUp

public void setUp()

testTimeToNextStop

public void testTimeToNextStop()

testGetEnclosingPolygon

public void testGetEnclosingPolygon()

testGetAngularVelocity

public void testGetAngularVelocity()

testGetCurrentAngle

public void testGetCurrentAngle()

testGetMaxAngle

public void testGetMaxAngle()

testGetCenterOfRotation

public void testGetCenterOfRotation()

testRotateAroundCenter

public void testRotateAroundCenter()

testAction

public void testAction()

suite

public static Test suite()