Exemplo n.º 1
0
 public void Setup()
 {
     game = new BowlingGame();
 }
 public void CanCreateGame()
 {
     var game = new BowlingGame();
 }