public class GhostTest
extends java.lang.Object
Ghost| Constructor | Description |
|---|---|
GhostTest() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
test_constructor_1() |
Test to determine that the Ghost constructor works properly
|
void |
test_constructor_2() |
A more rigorous test to determine that the Ghost constructor works properly
|
void |
test_constructor_super() |
A test of the death() method where ghosts
return to their original locations after death
|
void |
test_death_1() |
|
void |
test_death_2() |
A test of the death() method where ghosts
return to a given location upon death
|
public void test_constructor_1()
public void test_constructor_2()
public void test_constructor_super()
public void test_death_1()
public void test_death_2()