Adding test case for starting a normal game.

This commit is contained in:
lotodore
2010-11-12 23:34:50 +00:00
parent 7bc98689b8
commit 0da893e43c
6 changed files with 96 additions and 79 deletions
@@ -17,17 +17,8 @@
package pokerth_test;
import static org.junit.Assert.*;
import java.io.IOException;
import org.junit.Test;
import pokerth_protocol.*;
import pokerth_protocol.AnnounceMessage.AnnounceMessageSequenceType.ServerTypeEnumType;
import pokerth_protocol.InitMessage.*;
import pokerth_protocol.InitMessage.InitMessageSequenceType.LoginChoiceType;
public class GuestLoginTest extends TestBase {
@Test