gizmoball.tests
Class BallTest

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

public class BallTest
extends TestCase


Constructor Summary
BallTest(java.lang.String name)
           
 
Method Summary
 void setUp()
           
static Test suite()
           
 void testChangeCenter()
           
 void testGetMass()
           
 void testGetShape()
           
 void testGetVelocity()
           
 void testIsInAbsorber()
           
 void testSetInAbsorber()
           
 void testSetVelocity()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BallTest

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

setUp

public void setUp()

testGetShape

public void testGetShape()

testGetMass

public void testGetMass()

testSetVelocity

public void testSetVelocity()

testGetVelocity

public void testGetVelocity()

testIsInAbsorber

public void testIsInAbsorber()

testSetInAbsorber

public void testSetInAbsorber()

testChangeCenter

public void testChangeCenter()

suite

public static Test suite()