public class RoomTest
extends junit.framework.TestCase
Constructor and Description |
---|
RoomTest()
Default constructor for test class RoomTest
|
Modifier and Type | Method and Description |
---|---|
protected void |
setUp()
Sets up the test fixture.
|
protected void |
tearDown()
Tears down the test fixture.
|
void |
testGetExit()
Test case method
Test to check that the correct item is returned by getExit
|
void |
testGetItem()
Test case method
Test to check that the correct item is returned by getItem
|
protected void setUp()
protected void tearDown()
public void testGetItem()
public void testGetExit()