updated javaodoc SiedlerBoard
This commit is contained in:
@@ -41,7 +41,7 @@ public class SiedlerBoardTest {
|
||||
System.out.println(board.getTextView());
|
||||
|
||||
assertEquals(Config.Faction.BLUE, board.getLongestRoadFaction(factionList));
|
||||
assertEquals(6, board.getLongestRoadLenth());
|
||||
assertEquals(6, board.getLongestRoadLength());
|
||||
}
|
||||
|
||||
@Test
|
||||
@@ -50,7 +50,7 @@ public class SiedlerBoardTest {
|
||||
System.out.println(board.getTextView());
|
||||
|
||||
assertEquals(Config.Faction.BLUE, board.getLongestRoadFaction(factionList));
|
||||
assertEquals(5, board.getLongestRoadLenth());
|
||||
assertEquals(5, board.getLongestRoadLength());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user