refactored Testing

This commit is contained in:
Johannes Schmelz 2024-06-10 00:35:29 +02:00
parent 11a6cbcca8
commit 8d6d19ca99
9 changed files with 0 additions and 12 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
lib/jcommander-1.82.jar Normal file

Binary file not shown.

Binary file not shown.

BIN
lib/testng-7.10.2.jar Normal file

Binary file not shown.

View File

@ -1,8 +0,0 @@
package Spieler;
import java.util.ArrayList;
import java.util.List;
public class Mannschaft {
}

View File

@ -1,5 +1,3 @@
package Spieler;
import org.testng.annotations.Test;
import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertThrows;

View File

@ -1,5 +1,3 @@
package Stadion;
import org.testng.annotations.Test;
public class TestStadion {