public class CoreGameTest
extends java.lang.Object
| Constructor and Description |
|---|
CoreGameTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
tearDown() |
void |
testCoreGame() |
void |
testEndTurn() |
void |
testFlipCoin() |
void |
testGetBaseResources() |
void |
testGetGameMap() |
void |
testGetPlayer1() |
void |
testGetPlayer2() |
void |
testGetPlayerTurn() |
void |
testGetTurnCount() |
void |
testGetTurnLimit() |
void |
testPlayerDraw() |
void |
testPlayerOneWinGame() |
void |
testPlayerTwoWinGame() |
void |
testSaveGameJSON() |
void |
testStartTurn() |
public void setUp()
public void tearDown()
public void testCoreGame()
throws java.lang.Exception
java.lang.Exceptionpublic void testFlipCoin()
throws java.lang.Exception
java.lang.Exceptionpublic void testEndTurn()
public void testStartTurn()
public void testGetBaseResources()
public void testGetGameMap()
throws java.lang.Exception
java.lang.Exceptionpublic void testGetPlayer1()
throws java.lang.Exception
java.lang.Exceptionpublic void testGetPlayer2()
throws java.lang.Exception
java.lang.Exceptionpublic void testGetTurnCount()
throws java.lang.Exception
java.lang.Exceptionpublic void testGetTurnLimit()
throws java.lang.Exception
java.lang.Exceptionpublic void testGetPlayerTurn()
throws java.lang.Exception
java.lang.Exceptionpublic void testSaveGameJSON()
throws java.lang.Exception
java.lang.Exceptionpublic void testPlayerOneWinGame()
public void testPlayerTwoWinGame()
public void testPlayerDraw()