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