added the nextmethods
This commit is contained in:
@@ -2832,7 +2832,8 @@ public void testPodiumToStatistics() {
|
|||||||
ceremony.setState(podium);
|
ceremony.setState(podium);
|
||||||
assertEquals(ceremony.getState(), podium);
|
assertEquals(ceremony.getState(), podium);
|
||||||
|
|
||||||
//TODO
|
//simulate button-push
|
||||||
|
clientGameLogic.selectNext();
|
||||||
|
|
||||||
//tests if the client is in statistics
|
//tests if the client is in statistics
|
||||||
assertEquals(clientGameLogic.getState(), ceremony);
|
assertEquals(clientGameLogic.getState(), ceremony);
|
||||||
@@ -2852,7 +2853,8 @@ public void testStatisticsToCeremonyEndState() {
|
|||||||
ceremony.setState(statistics);
|
ceremony.setState(statistics);
|
||||||
assertEquals(ceremony.getState(), statistics);
|
assertEquals(ceremony.getState(), statistics);
|
||||||
|
|
||||||
//TODO simulate button-push
|
//simulate button-push
|
||||||
|
clientGameLogic.selectNext();
|
||||||
|
|
||||||
//tests if client is in startDialog
|
//tests if client is in startDialog
|
||||||
assertEquals(clientGameLogic.getState(), dialogs);
|
assertEquals(clientGameLogic.getState(), dialogs);
|
||||||
|
|||||||
Reference in New Issue
Block a user