232425262728293031
public void setUp() throws Exception { // Uncomment this to enable debug output // Connection.DEBUG_ENABLED = true; connection = new ThreadedDummyConnection(); connection.connect(); connection.login("me", "secret"); }