mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
tried to test BoatPositionController but as it's connected to the fxml I am unsure if it is possible to test (test code is commented out) #story[426]
This commit is contained in:
@@ -42,4 +42,8 @@ public class BoatPositionController {
|
||||
positionVbox.getChildren().add(new Text(boat.getTeamName()));
|
||||
}
|
||||
}
|
||||
|
||||
public ArrayList<Boat> getBoatOrder() {
|
||||
return boatOrder;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user