Redo if statement with exception throwing
This commit is contained in:
parent
c16ddc6bca
commit
1bdbc80c06
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue