Redo if statement with exception throwing

This commit is contained in:
MikeZyeman 2021-12-10 19:56:10 +01:00
parent c16ddc6bca
commit 1bdbc80c06
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import java.util.List;
* Tests the methods of SiedlerGame with values, that results to errors and failure * Tests the methods of SiedlerGame with values, that results to errors and failure
* *
* - SystemTestCases * - SystemTestCases
* Tests the coordination of all methods and simulates a game with all moves programmed * Tests the coordination of all methods and simulates a game with programmed moves
* Checks if the methods are being executed and the values are set correctly * Checks if the methods are being executed and the values are set correctly
*/ */
public class SiedlerGameTest { public class SiedlerGameTest {