public void ShowScoreForFirstFrame() { game.Roll(3); game.Roll(4); Round round = game.Round(0); Assert.AreEqual("[3][4] [7]", round.ToString()); }