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.Exception
public void testFlipCoin() throws java.lang.Exception
java.lang.Exception
public void testEndTurn()
public void testStartTurn()
public void testGetBaseResources()
public void testGetGameMap() throws java.lang.Exception
java.lang.Exception
public void testGetPlayer1() throws java.lang.Exception
java.lang.Exception
public void testGetPlayer2() throws java.lang.Exception
java.lang.Exception
public void testGetTurnCount() throws java.lang.Exception
java.lang.Exception
public void testGetTurnLimit() throws java.lang.Exception
java.lang.Exception
public void testGetPlayerTurn() throws java.lang.Exception
java.lang.Exception
public void testSaveGameJSON() throws java.lang.Exception
java.lang.Exception
public void testPlayerOneWinGame()
public void testPlayerTwoWinGame()
public void testPlayerDraw()