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
|
@ -7,11 +7,12 @@ import jrummikub.util.MockEvent;
|
|||
public class MockConnectPanel implements IConnectPanel {
|
||||
/** */
|
||||
public MockEvent cancelEvent = new MockEvent();
|
||||
/** */
|
||||
public LoginError errorMode;
|
||||
|
||||
@Override
|
||||
public void setMode(LoginError error) {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
errorMode = error;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Reference in a new issue