コード例 #1
0
        public void IgnoresInput()
        {
            var nextState = currentState.HandleInput(new PlayerAction(ActionType.Intersection));

            Assert.AreSame(currentState, nextState);
        }