hw2.test
Class BallTest
java.lang.Object
hw2.test.BallTest
public class BallTest
- extends Object
BallTest is a simple glassbox test of the Ball class.
- See Also:
Ball
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BallTest
public BallTest()
setupBeforeTests
public static void setupBeforeTests()
throws Exception
- Throws:
Exception
testVolume
public void testVolume()
- Test to see that Ball returns the correct volume when queried.