Ejemplo n.º 1
0
 public Engine(LabyrinthBoard labyrinthBoard, TopScores scores, UserInput userInterface)
 {
     this.Labyrinth = labyrinthBoard;
     this.TopScores = scores;
     this.UserInterface = userInterface;
 }
Ejemplo n.º 2
0
 public void TestDefaultConstructorForExceptions()
 {
     input = new UserInput();
     // Checking for exceptions.
 }