Exemplo n.º 1
0
 public void TestR2L3()
 {
     santa.SetUpRoad("R2, L3");
     Assert.AreEqual(santa.BlocksAway(), 5);
 }