Issue 51: Test cases for GameImplTest.java
Project Member Reported by hussain.mutawa, Sep 22, 2011
I have finished test cases for remove player/add detective and made changes to the specifications of Game.java to throw an exception when trying to remove a player that doesn't exist and added removePlayer(Player) method to give the option to remove a player based on email or the player object itself.