public class JSONDeserializerTest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
gameListReturnedByServer |
(package private) java.lang.String |
gameModelReturnedByServer |
Constructor and Description |
---|
JSONDeserializerTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testNetGame() |
void |
testNetGameModel() |
void |
testParseNetGameList() |
void |
testParseNetPlayer() |
void |
testPartialParseNetPlayer() |
java.lang.String gameModelReturnedByServer
java.lang.String gameListReturnedByServer
public static void setUpBeforeClass() throws java.lang.Exception
java.lang.Exception
public static void tearDownAfterClass() throws java.lang.Exception
java.lang.Exception
public void setUp() throws java.lang.Exception
java.lang.Exception
public void tearDown() throws java.lang.Exception
java.lang.Exception
public void testPartialParseNetPlayer() throws java.lang.Exception
java.lang.Exception
public void testNetGame() throws java.lang.Exception
java.lang.Exception
public void testNetGameModel() throws java.lang.Exception
java.lang.Exception
public void testParseNetGameList() throws java.lang.Exception
java.lang.Exception
public void testParseNetPlayer() throws java.lang.Exception
java.lang.Exception