Package ejava.projects.eleague.jdbc
Class JDBCDAOTestBase
- java.lang.Object
-
- ejava.projects.eleague.jdbc.JDBCDAOTestBase
-
- Direct Known Subclasses:
JDBCClubDAOTest
public class JDBCDAOTestBase extends Object
This base class handles the common tasks associated with setting up and tearing down the connection to the JDBC database.
-
-
Field Summary
Fields Modifier and Type Field Description protected Connectionconnectionprivate static StringjdbcDriverprivate static StringjdbcPasswordprivate static StringjdbcURLprivate static StringjdbcUserprivate static org.slf4j.Loggerlog
-
Constructor Summary
Constructors Constructor Description JDBCDAOTestBase()
-
-
-
Field Detail
-
log
private static final org.slf4j.Logger log
-
jdbcDriver
private static String jdbcDriver
-
jdbcURL
private static String jdbcURL
-
jdbcUser
private static String jdbcUser
-
jdbcPassword
private static String jdbcPassword
-
connection
protected Connection connection
-
-