Пример #1
0
Файл: Game.cs Проект: fawgv/tdd
 public void FrameHasZeroScore()
 {
     game
     .GetFrameScore(0)
     .Should().Be(0);
 }