Prepared new tests

This commit is contained in:
Riley Schneider
2025-12-03 22:10:24 +01:00
parent d9da291d45
commit 625e089a36
4 changed files with 39 additions and 9 deletions

View File

@@ -7,4 +7,5 @@ import java.sql.SQLException;
public interface Database {
public void connect() throws SQLException, IOException;
public void close() throws SQLException;
public void clearDatabase() throws SQLException;
}