First runnable tests for Database / Commented out Good/BadCasesTests (not relevant to this branch)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package hhn.temp.project.provider;
|
||||
|
||||
import java.sql.SQLException;
|
||||
|
||||
public interface Database {
|
||||
public boolean connect();
|
||||
public void connect() throws SQLException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user