Пример #1
0
 public void Return_Me_Second_Player()
 {
     _sut.GiveMeNextTo(_firstPlayer.Object).Should().Be(_secondPlayer.Object);
 }
Пример #2
0
 public void ChangeFirstPlayer()
 {
     CurrentFirstPlayer = _players.GiveMeNextTo(CurrentFirstPlayer);
 }