Testing Notes from week of April 15-22

Up to 8 total test methods and all assertions in each method ran as expected. Left out a few tests that were used on homework. We'll probably rewrite a lot of tests once we start using percentages for displaying screens.

Current test methods:
testPacman_initial() - tests Pacman initialization
testGhost_initial() - tests Ghost initialization
testRestart() - tests that game is reinitialized in terms of PacmanActor
testPacman_node() - tests that PacmanActor can change GridNode positions
testGhost_node() - tests that GhostActor can change GridNode positions
testPacman_death() - tests that PacmanActor is killed according to GridNode
testPelletEating() - tests Gameboard+PacmanActor knowledge of pellets eaten
testGetPacman() - tests correct usage of Gameboard PacmanActors