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:
Peter
2017-03-23 22:04:25 +13:00
parent a860cc0ec1
commit bf8244ce49
3 changed files with 52 additions and 0 deletions
@@ -42,4 +42,8 @@ public class BoatPositionController {
positionVbox.getChildren().add(new Text(boat.getTeamName()));
}
}
public ArrayList<Boat> getBoatOrder() {
return boatOrder;
}
}