public class PacPlayerTest
extends java.lang.Object
PacPlayer| Constructor | Description |
|---|---|
PacPlayerTest() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
test_constructor_complex() |
Testing to debug the PacPlayer constructor by
testing values for positin, lives, direction, speed, and
testing for 'Ms PacMan'
|
void |
test_constructor_simple() |
Testing to debug the PacPlayer constructor by
testing values for position, lives, direction, and speed
|
void |
test_death() |
Testing to debug the death method of the PacPlayer class
|
void |
test_resetPos() |
public void test_constructor_simple()
public void test_constructor_complex()
public void test_resetPos()
public void test_death()