gizmoball.tests
Class GizmoTest

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

public class GizmoTest
extends TestCase


Constructor Summary
GizmoTest(java.lang.String name)
           
 
Method Summary
 void setUp()
           
static Test suite()
           
 void testGetColor()
           
 void testGetName()
           
 void testGetShape()
           
 void testGetTriggeredGizmos()
           
 void testGetTriggeringGizmos()
           
 void testSetColor()
           
 void testTriggerConnections()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GizmoTest

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

setUp

public void setUp()

testGetName

public void testGetName()

testSetColor

public void testSetColor()

testGetColor

public void testGetColor()

testGetShape

public void testGetShape()

testGetTriggeredGizmos

public void testGetTriggeredGizmos()

testGetTriggeringGizmos

public void testGetTriggeringGizmos()

testTriggerConnections

public void testTriggerConnections()

suite

public static Test suite()