renamed Method getTextView to toString in SiedlerBoard
This commit is contained in:
@@ -107,7 +107,7 @@ public class SiedlerGameTest {
|
||||
@DisplayName("Test")
|
||||
public void TestHandle7() {
|
||||
SiedlerGame game = startGame();
|
||||
|
||||
//todo
|
||||
}
|
||||
}
|
||||
|
||||
@@ -229,7 +229,7 @@ public class SiedlerGameTest {
|
||||
public void TestGameAfterSetupPhase() {
|
||||
SiedlerGame game = gameAfterSetupPhase();
|
||||
|
||||
System.out.println(game.getBoard().getTextView());
|
||||
System.out.println(game.getBoard().toString());
|
||||
|
||||
throwDiceSeveralTimes(game, 5, 5);
|
||||
throwDiceSeveralTimes(game, 5, 5);
|
||||
@@ -311,7 +311,7 @@ public class SiedlerGameTest {
|
||||
game.placeInitialRoad(secondRoad.first, secondRoad.second);
|
||||
}
|
||||
|
||||
System.out.println(game.getBoard().getTextView());
|
||||
System.out.println(game.getBoard().toString());
|
||||
|
||||
return game;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user