Esempio n. 1
0
 public ManhattanDistanceService_IsNotStraightShould()
 {
     _manhattanDistanceService = new ManhattanDistanceService();
 }
Esempio n. 2
0
 public ManhattanDistanceService_IsShortestShould()
 {
     _manhattanDistanceService = new ManhattanDistanceService();
 }
 public ManhattanDistanceService_IsHorizontalShould()
 {
     _manhattanDistanceService = new ManhattanDistanceService();
 }