gizmoball.tests
Class AbsorberTest

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

public class AbsorberTest
extends TestCase


Constructor Summary
AbsorberTest(java.lang.String name)
           
 
Method Summary
 void setUp()
           
static Test suite()
           
 void testAbsorbBall()
           
 void testAction()
           
 void testGetBalls()
           
 void testGetShape()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbsorberTest

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

setUp

public void setUp()

testGetShape

public void testGetShape()

testAbsorbBall

public void testAbsorbBall()

testAction

public void testAction()

testGetBalls

public void testGetBalls()

suite

public static Test suite()