Exemplo n.º 1
0
 public void RoverPrintsStatusCorrectly()
 {
     Assert.AreEqual("Rover 0 is at 0, 0 facing N.", _defaultRover.GetStatus());
 }