created Methods to show and add Players.

This commit is contained in:
schrom01
2022-05-01 15:18:30 +02:00
parent b09929da19
commit ff6f2bd94e
10 changed files with 81 additions and 28 deletions
@@ -108,7 +108,7 @@ class FileIOTest {
}
@Test
void saveTournament() throws IOException, Tournament.InvalidNameException, Tournament.InvalidTypeException {
void saveTournament() throws IOException, InvalidNameException, Tournament.InvalidTypeException {
Tournament tournament = null;
tournament = new Tournament("test1", Tournament.Type.KO);
io.saveTournament(tournament);