Example #1
0
 public void DisplayHighScoresWhenArgumentIsNullShouldThrowAnException()
 {
     manager.DisplayHighScores(null);
 }