public void TestSetLongestRoad()
 {
     var target = new World(2, 1, null);
     target.setLongestRoad();
 }