More network tests
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@604 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
ce6cc738ad
commit
f1ecdcbe59
8 changed files with 110 additions and 28 deletions
|
@ -75,6 +75,8 @@ public class MockConnectionControl implements IConnectionControl {
|
|||
public boolean nextPlayer;
|
||||
/** */
|
||||
public boolean startRoundCalled;
|
||||
/** */
|
||||
public boolean redealCalled;
|
||||
|
||||
@Override
|
||||
public String getNickname() {
|
||||
|
@ -269,7 +271,6 @@ public class MockConnectionControl implements IConnectionControl {
|
|||
|
||||
@Override
|
||||
public void redeal() {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
redealCalled = true;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue