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:
parent
bc827302d0
commit
d5560a8a6e
2 changed files with 34 additions and 6 deletions
|
@ -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() {
|
||||
|
|
Reference in a new issue