Some missing control tests

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@591 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Jannis Harder 2011-06-22 10:38:10 +02:00
parent e1df2b8e88
commit f5aa073827
4 changed files with 107 additions and 2 deletions

View file

@ -18,6 +18,8 @@ import jrummikub.util.Pair;
/**
* Base class for AI players
*
* Code not covered by tests uses timers and background threads.
*
*/
public class AIControl extends AbstractTurnControl {
private TurnLogic logic;