created Methods to show and add Players.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user