Adding websocket test to default unit tests.
This commit is contained in:
@@ -41,7 +41,8 @@ import org.junit.runners.Suite;
|
|||||||
RejoinGameTest.class,
|
RejoinGameTest.class,
|
||||||
// RejoinMultiGameTest.class,
|
// RejoinMultiGameTest.class,
|
||||||
SeatStateTest.class,
|
SeatStateTest.class,
|
||||||
SpectatorJoinTest.class
|
SpectatorJoinTest.class,
|
||||||
|
WebSocketTest.class
|
||||||
})
|
})
|
||||||
public class AllTests {
|
public class AllTests {
|
||||||
public static void main(String[] args)
|
public static void main(String[] args)
|
||||||
|
|||||||
Reference in New Issue
Block a user