Home
last modified time | relevance | path

Searched refs:countAfterResult (Results 1 – 2 of 2) sorted by relevance

/dports/games/pokerth/pokerth-1.1.2-rc/tests/src/de/pokerth/test/
H A DRejoinMultiGameTest.java309 ResultSet countAfterResult = dbStatement.executeQuery("SELECT COUNT(idgame) FROM game"); in testRejoinMultiGame() local
310 countAfterResult.first(); in testRejoinMultiGame()
311 long countAfter = countAfterResult.getLong(1); in testRejoinMultiGame()
H A DRunRankingGameTest.java269 ResultSet countAfterResult = dbStatement.executeQuery("SELECT COUNT(idgame) FROM game"); in testRunRankingGame() local
270 countAfterResult.first(); in testRunRankingGame()
271 long countAfter = countAfterResult.getLong(1); in testRunRankingGame()