コード例 #1
0
        public void ThenPlayerIsTheWinner(int check)
        {
            int result = _game.WinnerResult();

            check.Should().Be(result);
        }