Closed Zomis closed 2 years ago
It would also be nice if tests could have access to the GameHelper to adjust some things, such as adding new available AIs - or maybe those kind of tests should be at a lower level and inject it there.
Ugh. Spring. 🤢
It needs to be possible to inject new GameHelper objects and their corresponding name.
Put this in some kind of bean (the name and the GameHelper) and inject a
List<GameBean>
into GenericGamesController ?