public class CharacterTest
extends java.lang.Object
Character| Constructor | Description |
|---|---|
CharacterTest() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
test_constructor_simple() |
Runs a test on the character constructor
for debugging purposes
|
void |
test_move() |
A test to debug the character class's 'move' method
|
void |
test_moveable() |
|
void |
test_reset() |
A test to debug the reset method of the PacPlayer class
|
void |
test_resetPos() |
public void test_constructor_simple()
public void test_reset()
public void test_resetPos()
public void test_move()
public void test_moveable()