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