public void testDependencies() throws ModuleDependencyException {
try {
Class.forName(de.innovationgate.webgate.api.mysql.WGDatabaseImpl.DRIVER);
}
catch (ClassNotFoundException e) {
throw new ModuleDependencyException("The MySQL JDBC Driver \"Connector/J\" is not in classpath");
}
}