public void TestTurnRight_West_To_North() { var direction = _turn.ChangeDirection(Direction.West, R); Assert.AreEqual(Direction.North, direction); }