Check displaying of table in RoundControl tests

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@137 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Jannis Harder 2011-05-05 00:43:11 +02:00
parent bc827302d0
commit d5560a8a6e
2 changed files with 34 additions and 6 deletions

View file

@ -21,6 +21,8 @@ public class MockTablePanel implements ITablePanel {
public String leftPlayerName;
public String topPlayerName;
public String rightPlayerName;
public Iterable<Pair<StoneSet, Position>> stoneSets;
@Override
public IEvent2<Stone, Boolean> getStoneClickEvent() {