Continued NetworkControlTest

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@592 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Jannis Harder 2011-06-22 10:38:11 +02:00
parent f5aa073827
commit 73c1072ba6
3 changed files with 75 additions and 25 deletions

View file

@ -73,6 +73,8 @@ public class MockConnectionControl implements IConnectionControl {
public boolean turnEnded;
/** */
public boolean nextPlayer;
/** */
public boolean startRoundCalled;
@Override
public String getNickname() {
@ -251,8 +253,7 @@ public class MockConnectionControl implements IConnectionControl {
@Override
public void startRound() {
// TODO Auto-generated method stub
startRoundCalled = true;
}
@Override