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.Exceptionpublic static void tearDownAfterClass()
throws java.lang.Exception
java.lang.Exceptionpublic void setUp()
throws java.lang.Exception
java.lang.Exceptionpublic void tearDown()
throws java.lang.Exception
java.lang.Exceptionpublic void testPartialParseNetPlayer()
throws java.lang.Exception
java.lang.Exceptionpublic void testNetGame()
throws java.lang.Exception
java.lang.Exceptionpublic void testNetGameModel()
throws java.lang.Exception
java.lang.Exceptionpublic void testParseNetGameList()
throws java.lang.Exception
java.lang.Exceptionpublic void testParseNetPlayer()
throws java.lang.Exception
java.lang.Exception