added Method deleteTournament but not implemented yet in FileIO.java
added Test Methods for deleteTournament.
This commit is contained in:
@@ -110,4 +110,9 @@ public class FileIO {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public void deleteTournament(File tournamentFile) throws IOException {
|
||||
throw new UnsupportedOperationException("Method deleteTournament not implemented yet.");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user