Searched refs:getGameLoadingCount (Results 1 – 1 of 1) sorted by relevance
316 private int getGameLoadingCount() throws IOException { in getGameLoadingCount() method in GameManagerTest329 final int gameLoadingCountBefore = getGameLoadingCount(); in testSetGameStateStandardMode()336 assertEquals(gameLoadingCountBefore, getGameLoadingCount()); in testSetGameStateStandardMode()345 final int gameLoadingCountBefore = getGameLoadingCount(); in testSetGameStatePerformanceMode()352 assertEquals(gameLoadingCountBefore + 1, getGameLoadingCount()); in testSetGameStatePerformanceMode()362 final int gameLoadingCountBefore = getGameLoadingCount(); in testSetGameStatePerformanceMode_withParams()370 assertEquals(gameLoadingCountBefore + 1, getGameLoadingCount()); in testSetGameStatePerformanceMode_withParams()