hw2.test
Class BallTest

java.lang.Object
  extended by hw2.test.BallTest

public class BallTest
extends Object

BallTest is a simple glassbox test of the Ball class.

See Also:
Ball

Constructor Summary
BallTest()
           
 
Method Summary
static void setupBeforeTests()
           
 void testVolume()
          Test to see that Ball returns the correct volume when queried.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BallTest

public BallTest()
Method Detail

setupBeforeTests

public static void setupBeforeTests()
                             throws Exception
Throws:
Exception

testVolume

public void testVolume()
Test to see that Ball returns the correct volume when queried.