Prepared new tests
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user