public void WhenPlayerTwoWinsFirstBallTheScoreIsLove15() { tennisGame.PlayerTwoWinsBall(); Assert.AreEqual("Love : 15", tennisGame.Score()); }