Searched refs:countAfterResult (Results 1 – 2 of 2) sorted by relevance
309 ResultSet countAfterResult = dbStatement.executeQuery("SELECT COUNT(idgame) FROM game"); in testRejoinMultiGame() local310 countAfterResult.first(); in testRejoinMultiGame()311 long countAfter = countAfterResult.getLong(1); in testRejoinMultiGame()
269 ResultSet countAfterResult = dbStatement.executeQuery("SELECT COUNT(idgame) FROM game"); in testRunRankingGame() local270 countAfterResult.first(); in testRunRankingGame()271 long countAfter = countAfterResult.getLong(1); in testRunRankingGame()