public void RotateLeft_Should_Move_Forward_Method_When_Expected_Value() { //Arrange var eastStrategy = new NorthStrategy(); //Act var result = eastStrategy.RotateLeft(); //Assert result.Should().Be(Direction.West); }