Exemplo n.º 1
0
 private void SecondPlayerGetScore(int times)
 {
     for (int i = 0; i < times; i++)
     {
         _tennis.SecondPlayerScore();
     }
 }
Exemplo n.º 2
0
 public void Love_Fifteen()
 {
     _tennis.SecondPlayerScore();
     ScoreShouldBe("Love Fifteen");
 }