Exemple #1
0
        public void ChangesCurrentFrameIndex()
        {
            game.Roll(3);
            game.Roll(5);

            game.Roll(4);

            game.GetCurrentFrameIndex().Should().Be(1);
        }