Class SDBConnectionSmokeTests
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.triplesource.impl.sdb.SDBConnectionSmokeTests
-
public class SDBConnectionSmokeTests extends Object
Smoke tests for the database connection that SDB will use. Confirm that the URL, Username and Password have been specified for the Database connection. Confirm that we can load the database driver. Confirm that we can connect to the database using those properties. Try to confirm that the database connection is configured to use UTF-8 encoding. Don't know how well this works.
-
-
Constructor Summary
Constructors Constructor Description SDBConnectionSmokeTests(javax.servlet.ServletContext ctx, ComponentStartupStatus ss)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckDatabaseConnection()
-
-
-
Constructor Detail
-
SDBConnectionSmokeTests
public SDBConnectionSmokeTests(javax.servlet.ServletContext ctx, ComponentStartupStatus ss)
-
-