Class 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 Detail

      • SDBConnectionSmokeTests

        public SDBConnectionSmokeTests​(javax.servlet.ServletContext ctx,
                                       ComponentStartupStatus ss)
    • Method Detail

      • checkDatabaseConnection

        public void checkDatabaseConnection()