(LobbyPlayer questPlayer)
| 164 | } |
| 165 | |
| 166 | public boolean isWonBy(LobbyPlayer questPlayer) { |
| 167 | return getGamesWonBy(questPlayer) >= rules.getGamesToWinMatch(); |
| 168 | } |
| 169 | |
| 170 | public RegisteredPlayer getWinner() { |
| 171 | if (this.isMatchOver()) { |
no test coverage detected