Beispiel #1
0
 public void TestRoverStateCanOutputState(RoverState state)
 {
     Assert.Equal($"{state.x} {state.y} {DirectionEnumHelper.ToString(state.direction)}", state.Output());
 }