Completed all selecting/collecting tests
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@126 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
104f9bab94
commit
b0a90ad6f0
2 changed files with 102 additions and 37 deletions
|
@ -14,6 +14,7 @@ public class MockTablePanel implements ITablePanel {
|
|||
|
||||
public Event2<Stone, Boolean> stoneClickEvent = new Event2<Stone, Boolean>();
|
||||
public Event2<Stone, Boolean> setClickEvent = new Event2<Stone, Boolean>();
|
||||
public Event2<Stone, Boolean> rangeClickEvent = new Event2<Stone, Boolean>();
|
||||
|
||||
public MockStoneCollectionPanel stoneCollectionPanel = new MockStoneCollectionPanel();
|
||||
public String leftPlayerName;
|
||||
|
|
Reference in a new issue