All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fitbook.chat.ChatServer Maven / Gradle / Ivy

Go to download

FitLibrary provides general-purpose fixtures (and runners) for storytests with Fit and FitNesse.

The newest version!
package fitbook.chat;

/*
 * @author Rick Mugridge 26/12/2003
 *
 * Copyright (c) 2003 Rick Mugridge, University of Auckland, NZ
 * Released under the terms of the GNU General Public License version 2 or later.
 *
 */

public class ChatServer extends ChatRoom {
	
	public ChatServer() {
		connectUser("anna");
		userCreatesRoom("anna", "lotr");
		userEntersRoom("anna","lotr");
		connectUser("luke");
		userEntersRoom("luke","lotr");
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy